Relative Content

Tag Archive for flutterdartfirebase-cloud-messagingflutter-navigationflutter-notification

How to redirect user when app is terminated state, with Nested Navigation implementation?

Scenario I am using the firebase_messaging package to handle notifications for my Flutter project. I have a Nested Navigation flow implemented, implementation similar to here. Problem I am able to handle notifications when the app is in the foreground or in the background, for nested navigation routes. However, I am facing difficulty handling notifications when […]