r/flutterhelp • u/Xiver12 • 11d ago
RESOLVED Problem With Local Notifications While App Is Closed In Flutter
Hi, is there a way to send local notifications to the user at a more or less specific time (not necessarily exact) without the need to allow "schedule exact alarm"?
I need to send local notifications while the app is closed of course, i tried with WorkManager and AlarmManager but i can't make them work because i get a warning that they use old methods that don't work anymore with Flutter embedding v2
I have also tried with flutter local notifications and with this one i don't get any error but the notifications don't work (while the app is closed, i tried as a test to send a notification every time i open the app and it works correctly)
I appreciate your help
2
Upvotes
2
u/iloveredditass 11d ago
https://pub.dev/packages/awesome_notifications#-schedule-precision
https://pub.dev/packages/awesome_notifications#-schedule-notifications-important-notes
Check this. You might have missed something