I am developing a flutter app using awesome notification. Now I want to direct the navigation to a specific page when a notification is clicked.
I tried many things but still it didn't work. The page I want to navigate is Notification_page which is currently stateless. I also want to display that notification in that page also.
Well I am Using
flutter_local_notificationHere My Code
and this Class I have initialised in Main.dart
NotificationUtils.init();Well Same implementation process in awesome_notification as I know just look updated Doc of Awesome Notification and I hope my answer will give you the Context for the implementation
Thankyou!! Happy Coding