Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reschedule alarms on android device reboot #186

Open
singhcreations opened this issue Apr 20, 2024 · 3 comments
Open

Reschedule alarms on android device reboot #186

singhcreations opened this issue Apr 20, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@singhcreations
Copy link

singhcreations commented Apr 20, 2024

Alarm plugin latest version

whenever phone is switch off then there is no alarm on alarm time we have to open the alarm app again and again doing the process

@singhcreations singhcreations added the bug Something isn't working label Apr 20, 2024
@gdelataillade
Copy link
Owner

Hi @singhcreations

What you need is to automatically reschedule the alarms on device reboot ?

@singhcreations
Copy link
Author

singhcreations commented Apr 22, 2024 via email

@gdelataillade gdelataillade changed the title alarm closed automatically after switch off then no alarm on alarm time Reschedule alarms on android device reboot Apr 22, 2024
@AhsanSarwar45
Copy link

You can use this package to run dart code on device boot: flutter_boot_receiver. You can call the code which schedules alarms in the callback function. I created this package for this exact issue in my clock app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants