gdelataillade / alarm

A Flutter plugin to easily manage alarms on iOS and Android
https://pub.dev/packages/alarm
MIT License
132 stars 86 forks source link

Feature -> Add notification tap callback #275

Open gdelataillade opened 3 weeks ago

gdelataillade commented 3 weeks ago

Goal:

Add a StreamController<int> notificationTapStream you can listen to know if user opened app by tapping on the notification.

Tasks:

Notes:

Facing technical limitations on Android: I’m unable to implement both a callback action on notification tap and reliably bring the app to the foreground simultaneously.