You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
While the app is openend, and if user tried to open a url for the app with route e.g. example.com/post/1 the route will not work and will just open the home page, after debugging found that:
In flutter_modular/lib/src/presenter/navigation/modular_route_information_parser.dart:52
if we stoop _firstParse = true;
will navigate normally.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Open an app which support Deeplink and universal link.
Switch to another app, to get app url with route like (example.com/post/1)
click the link, the app will open to home screen without nagigation to post screen.
Expected behavior
The app should navigate to desired post screen.
The text was updated successfully, but these errors were encountered:
Describe the bug
While the app is openend, and if user tried to open a url for the app with route e.g.
example.com/post/1
the route will not work and will just open the home page, after debugging found that:In
flutter_modular/lib/src/presenter/navigation/modular_route_information_parser.dart:52
if we stoop
_firstParse = true;
will navigate normally.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
example.com/post/1
)Expected behavior
The app should navigate to desired post screen.
The text was updated successfully, but these errors were encountered: