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
When you register a page with name '/', then the initialRoute parameter of the GetMaterialApp() constructor is ignored. Furthermore no navigation to another page than the '/' page is possible.
**Reproduction code
example:
Change the example app in getx repository as follows:
Describe the bug
When you register a page with name '/', then the initialRoute parameter of the GetMaterialApp() constructor is ignored. Furthermore no navigation to another page than the '/' page is possible.
**Reproduction code
example:
Change the example app in
getx
repository as follows:To Reproduce
Steps to reproduce the behavior:
Expected behavior
The initial route should be respected even if one of the registered pages has the route '/'.
Flutter Version:
3.24.1
Getx Version:
git commit 5db4322
Describe on which device you found the bug:
MacOS
The text was updated successfully, but these errors were encountered: