Flutter flutter_local_notifications when clicked on notification, open specific page
So in my flutter app, when the user clicks a notification, it should take them to a specific page. However, it currently doesn’t and with Navigator.push wont work since its outside of the Widget build.
flutter local notification onDidReceiveBackgroundNotificationResponse not working
I think I have done everything as in the example: