jiusanzhou / flutter_notification_listener

Flutter plugin to listen for and interact with all incoming notifications for Android. 一个监听手机通知的插件。
https://pub.dev/packages/flutter_notification_listener
Other
40 stars 49 forks source link

How to detect that a notification has been removed ? #49

Open lamarios opened 6 months ago

jiusanzhou commented 6 months ago

Hi @lamarios currently this plugin have not implement this. If we want to do that, we can send to removed event to flutter side.

https://github.com/jiusanzhou/flutter_notification_listener/blob/5abeac5421f033176911e786458255c57d1f408a/android/src/main/kotlin/im/zoe/labs/flutter_notification_listener/NotificationsHandlerService.kt#L167-L174