Flutter – Redirection after clicking on deeplink not working despite getting the token
I’m struggling to make a redirection to my page for reinitializing a forgotten password.
i have a website, having the link “com-example-app://reinitialiser_mdp/token=dda8f861-fd89-492f-8d55-bf85e27743b0” on it (just for testing), and i want to redirect the user to the ReinitialisationPage, only if he click on a link that is valid and that contain a token (that is pre stored in my db).
but this code only open the app on the login page, despite having the token printed out :