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

Alarm will stop after app was killed and then open on alarm ring #154

Closed gdelataillade closed 9 months ago

gdelataillade commented 9 months ago

Alarm plugin version Bug introduced in 3.0.11

Describe the bug Alarm will stop after app was killed and then open on alarm ring

To Reproduce 1) Schedule an alarm on Android. 2) Kill the app and wait for the alarm to ring. 3) Open the app. 4) The alarm will stop on app launch.

Expected behavior The alarm should continue to ring on app launch.

Device info Android devices.

gdelataillade commented 9 months ago

Fixed with v3.0.12