gdelataillade / alarm

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

the alarm is not ringing when the app is terminated in android version 12 and above. #187

Closed Mukaram-Khan closed 5 months ago

Mukaram-Khan commented 5 months ago

i tried this it works great when the app is active or when the application is in background but when the application is terminated in android version 12 or above then the alarm is not working.

gdelataillade commented 5 months ago

Hi @Mukaram-Khan

Have you tried with version 3.1.2 ? I released it yesterday with a fix for android. Please keep me updated.

Mukaram-Khan commented 5 months ago

Yes i have tried the latest version. now its working fine. Thanks for the update.