Open smjxpro opened 5 months ago
Hi @smjxpro
The notification onTap and onDismiss callbacks would be great features to add. Unfortunately, I’m currently the only developer on this plugin and have other priorities, but I will add it to my to-do list. Contributions are welcome if you’re interested.
this is what im waiting for for next release 😄
This is not in WIP at the moment but in the next release you will probably (if everything goes right) have notification action buttons (stop & snooze) !
perfet. thank you very much.
i wish i know dart and git better so i could help and do pull request 😂
About the onTap callback, I was working on it but faced a technical limitation on Android. If someone with Kotlin experience could help me this PR #275 it would be great !
Is your feature request related to a problem? Please describe. I was trying to create a reminder app. But couldn't register onTap, onDismissed callbacks.
Describe the solution you'd like Provide those callbacks on Alarm.init() or in Alarm.set() methods as parameters.
Describe alternatives you've considered Tried leveraging the ringStream but doesn't work.
Additional context My app requires something to do other than just dismiss the notification and or open the notification.