-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flutter Web — Modular.setInitialRoute is not working (flutter_modular: ^6.3.2) #930
Comments
mesmo problema aqui |
Mesmo problema. o exemplo citado na documentação funciona no mobile mas nas web não funciona. obs: a versão flutter_modular: ^5.0.3 funcoina na web. |
Any news on this issue? I'm facing the same problem on web |
To com o mesmo problema aqui, dei um upvote pra ganhar mais visibilidade. |
alguem conseguiu contornar este problema? |
Still not working with the last Flutter version 3.24.0 (only works on mobile, Android and iOS) |
mesmo problema aqui |
Describe the bug
If the initial route ("/") returns a RouterOutlet() and it is necessary for one of its children to be the actual initial route, declared by the method Modular.setInitialRoute('/page1'), it does not work.
However, the example provided in the documentation itself does not work on Flutter Web.
Environment
To Reproduce
Expected behavior
The idea is to do exactly as stated in the usage example of the flutter_modular's RouterOutlet documentation: set an initial route ("/") that returns RouterOutlet() displaying its children, and use the method Modular.setInitialRoute('/page1') to make the initial page a child of the initial route.
The text was updated successfully, but these errors were encountered: