MaikuB/flutter_local_notifications
Callback on scheduled notification shown (Android)
オープン
#1,699 opened on 2022/09/12
help wanted
Repository metrics
- Stars
- (2,662 個のスター)
- PR merge metrics
- (平均マージ 59m) (30d で 4 merged PRs)
説明
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.