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

Use iOS critical alarm feature #76

Closed ondanplatform closed 1 year ago

ondanplatform commented 1 year ago

critical alarm might be alternative of notification. for testing take a look at Midnight(alarm app in app store(ios).

https://blog.kulman.sk/using-critical-alerts-on-ios/ https://developer.apple.com/documentation/usernotifications/unauthorizationoptions/2963120-criticalalert

I don't know there is something like that in android or not.

gdelataillade commented 1 year ago

Hello @ondanplatform,

Thank you for your suggestion.

About the critical alerts idea:

What do you think?

ondanplatform commented 1 year ago

@gdelataillade No problem for me, I just saw Midnight alaram app and it's use this critical alarm functionality. I wanted suggest to you

gdelataillade commented 1 year ago

Hi @ondanplatform !

Thank you so much for your suggestion. I'll keep this in my mind.