alarm
alarm copied to clipboard
Reschedule alarms on android device reboot
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
Hi @singhcreations
What you need is to automatically reschedule the alarms on device reboot ?
default alarm apps didn't effect after device reboot or after switch off then switch on it works again like before but here in this we can't able to get alarm after reboot.
On Mon, 22 Apr, 2024, 2:50 pm Gautier de Lataillade, < @.***> wrote:
Hi @singhcreations https://github.com/singhcreations
What you need is to automatically reschedule the alarms on device reboot ?
— Reply to this email directly, view it on GitHub https://github.com/gdelataillade/alarm/issues/186#issuecomment-2068905526, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYZUNHLEFCIGLIMX5WW4ZJ3Y6TI7NAVCNFSM6AAAAABGQ2JQLOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRYHEYDKNJSGY . You are receiving this because you were mentioned.Message ID: @.***>
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.