Flutter – How to explicitly reset current branch state while switching branches with go_router?
I use go_router's StatefulShellRoute.indexedStack to implement a design with bottomNavBar. How can I reset the current branch to its original state AND go to another branch at the same time? Tab A is used to create or edit a single…