MaikuB/flutter_local_notifications
Voir sur GitHubCallback on scheduled notification shown (Android)
Open
#1 699 ouverte le 12 sept. 2022
help wanted
Métriques du dépôt
- Stars
- (2 208 stars)
- Métriques de merge PR
- (Merge moyen 59m) (4 PRs mergées en 30 j)
Description
Now that the plugin is open to running Flutter code in the background, what about optionally firing a callback when a scheduled notification is shown to the user? I think it's only doable on Android, so it would probably be an optional callback in AndroidInitializationSettings, with similar restrictions as onDidReceiveBackgroundNotificationResponse in initialize().
If the idea sounds reasonable, I might be able to prepare a merge request on my own.