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
In my application, I am using a ShellRoute (which creates nested navigators).
It looks to me that go_back() always pops the root navigator instead of the shell navigator.
This causes it to exit the entire shell (e.g., back to a welcome/login screen) instead of navigating back within the shell's route stack.
I get the expected behavior if I tell flutter skills to not use the go_back tool but tap the back button instead.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In my application, I am using a ShellRoute (which creates nested navigators).
It looks to me that go_back() always pops the root navigator instead of the shell navigator.
This causes it to exit the entire shell (e.g., back to a welcome/login screen) instead of navigating back within the shell's route stack.
I get the expected behavior if I tell flutter skills to not use the go_back tool but tap the back button instead.
Beta Was this translation helpful? Give feedback.
All reactions