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

Option to NOT override user's no-sound / no-vibrate setting #226

Open ApplySci opened 3 months ago

ApplySci commented 3 months ago

Users are unhappy that their phone vibrates on alarms, when they've set them not to.

I'd like an option to observe the phone's settings for sound and vibration.

I've considered forking the package, but realised that I have no ability in native android or ios programming.

gdelataillade commented 3 months ago

Hi @ApplySci

Unfortunately, for privacy reasons there is no iOS public API to know whether user has enabled silent mode or not.

I'll keep this issue open in the case I find a workaround. If you wish to contribute you can probably write some code thanks to chatGPT or Copilot.