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
To display a child route on a different Navigator, provide it with a parentNavigatorKey that matches the key provided to either the GoRouter or ShellRoute constructor.
We can then put ScaffoldWithNavigation wrapper widget on the ShellRoute's builder (as intended).
The text was updated successfully, but these errors were encountered:
From the ShellRoute docs:
We can then put
ScaffoldWithNavigation
wrapper widget on theShellRoute
's builder (as intended).The text was updated successfully, but these errors were encountered: