sathish76 / flutter_dnd

A Flutter plugin to manage Do Not Disturb settings on Android.
https://pub.dev/packages/flutter_dnd
MIT License
6 stars 6 forks source link

[Question] Can i show a scheduled notification without turning dnd off ? #5

Open reshuashish opened 3 years ago

reshuashish commented 3 years ago

I am using flutter_local_notification (https://pub.dev/packages/flutter_local_notifications) package to schedule notifications which will act as an alarm (sound loops until notification is closed), As it's an alarm I need it to ring even if dnd is on ,I can only use INTERRUPTION_FILTER_ALL which is turning off the dnd. is there a way to show notifications without turning dnd off?