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

close sound of notification #162

Closed eng-sayed closed 8 months ago

eng-sayed commented 8 months ago

when alarm start to ringing we can stop the sound by tap on the notification

gdelataillade commented 8 months ago

Hi @eng-sayed

Thanks for your interest in the plugin.

If you want to stop the alarm sound when notification is tapped, you can just call Alarm.stop on app launch. I won't add this to the plugin because in some cases we want the alarm to keep ringing when redirecting to ring screen.

Let me know if you have any question.