flutter_local_notifications icon indicating copy to clipboard operation
flutter_local_notifications copied to clipboard

Hook into onDidReceiveBackgroundNotificationResponse

Open raam86 opened this issue 8 months ago • 1 comments

I am creating a notification in native code through AppDelegate since there is not support for UNLocationNotificationTrigger. I was wondering if I can hook into the callbacks for the notifications plugin? I suppose it has something to do with sending an event to dexterous.com/flutter/local_notifications/actions but couldn't figure it out. help will be appreciated!

raam86 avatar Apr 23 '25 18:04 raam86

I'm doubtful as there's also logic to add data to help identify if it the plugin should be the one processing callbacks when there multiple notification delegates. I believe the best approach would be to start with a fork the plugin to add support for UNLocationNotificationTrigger. Others from the community could then end up benefiting from this if you get it working and submit a PR back

MaikuB avatar May 23 '25 10:05 MaikuB