gdelataillade / alarm

A Flutter plugin to easily manage alarms on iOS and Android
https://pub.dev/packages/alarm
MIT License
132 stars 86 forks source link

Not Working when phone restarted between the Scheduled Alarm #243

Closed saty-a closed 2 months ago

saty-a commented 2 months ago

Alarm plugin version ex: 0.2.9 (please update to the latest version before submitting the issue)

Describe the bug Not Working when phone restarted between the Scheduled Alarm.

To Reproduce Setup alarm for a particular time and then restart the phone between that time. Then if you will see that no notification will come on top of the screen.

  1. ...

Expected behavior It should provide the notification even when phone is restarted.

Screenshots Not Applicable

Device info Provide device info (Manufacturer, OS version, ...) Ex: iPhone 13 Pro, iOS 16.2, ...

gdelataillade commented 2 months ago

Hi @saty-a

Please provide more information. I added the alarm reschedule after reboot on android on version 4.0.0-dev.4. Have you tried this version ?

saty-a commented 2 months ago

I've updated to 4.0.0-dev.4 and it's working for android Thanks for notifying!!