MaikuB / flutter_local_notifications

A Flutter plugin for displaying local notifications on Android, iOS, macOS and Linux
2.47k stars 1.4k forks source link

Display scheduled notification conditionally #2281

Closed Ran-E closed 6 months ago

Ran-E commented 7 months ago

I am using flutter_local_notifications plugin to schedule notifications, but I want to achieve two things.

MaikuB commented 6 months ago

This isn't possible via the plugin. This is something you would need to investigate further for your app. What you're describing is scheduling a notification but scheduling general logic to run that may then trigger a notification to show. This may be where you may need to consider plugins such as https://pub.dev/packages/workmanager