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 overlay screen on the phone #270

Closed m-1226 closed 3 weeks ago

m-1226 commented 3 weeks ago

making overlay screen when the alarm ring over the apps and Lock Screen that I can customize this screen with title and body and button to stop the alarm not just stop it from notification

gdelataillade commented 3 weeks ago

Hi @m-1226,

On Android, make sure to follow the setup steps and set the AlarmSettings.androidFullScreenIntent to true.

The ring screen will show over the Lock Screen but not over other apps. This is because I believe it is too intrusive. Maybe some day I'll add it though.

Check out the example app to experiment with the alarm overlay screen.