llfbandit / app_links

Android App Links, Deep Links, iOs Universal Links and Custom URL schemes handler for Flutter.
https://pub.dev/packages/app_links
Apache License 2.0
176 stars 68 forks source link

Deep Links strange behavior when navigated #28

Closed DiegoVega19 closed 1 year ago

DiegoVega19 commented 1 year ago

Hi, I have a service that starts my deeplink once the login page widget is started in the init state, by the time the user presses the link they type their new credentials and take them to login again, when I redirect to login it doesn't let me and it never goes from there, if I put another page where the deeplink does not start this behavior does not happen

PD: I'm Using gorouter packague