Relative Content

Tag Archive for flutterflutter-local-notification

flutter local notifications “onDidReceiveNotificationResponse” is not triggering

When i tap on notificatio and app is in foreground state, then “onDidReceiveNotificationResponse” does not trigger. why ? I have added print statement inside the method and it’s not working. I am getting notifications both in terminated and foreground state. Only issue is that I can not detect the notification tap in the case of foreground.

flutter local notifications “onDidReceiveNotificationResponse” is not triggering

When i tap on notificatio and app is in foreground state, then “onDidReceiveNotificationResponse” does not trigger. why ? I have added print statement inside the method and it’s not working. I am getting notifications both in terminated and foreground state. Only issue is that I can not detect the notification tap in the case of foreground.

flutter local notifications “onDidReceiveNotificationResponse” is not triggering

When i tap on notificatio and app is in foreground state, then “onDidReceiveNotificationResponse” does not trigger. why ? I have added print statement inside the method and it’s not working. I am getting notifications both in terminated and foreground state. Only issue is that I can not detect the notification tap in the case of foreground.

Flutter Scheduled Local Notification is not working

I’m doing a To Do App using flutter, and i want to add a reminder to app. When users set a reminder with selecting date and time, app will send the notifications like an alarm. But whatever i do it is not working. Please can anyone tell me where i do wrong? Thanks a lot.