I'm coding an alarm app using Flutter (Android only, for now).
I managed to play the alarm using a notification. But it only works when the phone isn't in Silent Mode.
Is there a way to build such an app using Flutter? Playing the sound no matter the state of the phone is the core functionality of the app. If this isn't possible, I should stop the development of this app.
Already tried using a sound played by AwesomeNotifications plugin (using Alarm Type with max priority) and a sound played by FlutterRingtonePlayer (triggered by a notification).
Flutter 3.3.5 • channel stable
Physical device used to test is running Android 13
Edit: as the app is an alarm, an isolate will play the sound.