MaikuB/flutter_local_notifications
Vedi su GitHubCallback on scheduled notification shown (Android)
Open
#1699 aperta il 12 set 2022
help wanted
Metriche repository
- Star
- (2208 star)
- Metriche merge PR
- (Merge medio 59m) (4 PR mergiate in 30 g)
Descrizione
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.