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
Line 17, when the check for the current route got changed to if (router.routerDelegate.currentConfiguration.uri.toString() != '/') from if (router.location != '/') router.pushNamed('home').
On my machine, the navigation works as expected if I revert to v1.8.14, so (again, being a humble passerby with little knowledge of Flutter 😅), perhaps this is related.
Is there an existing issue for this?
Current Behavior
The tabs aren't selected on each selected page
Expected Behavior
The selected Page should be in the selected state in the Tabs area
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: