Open danut007ro opened 1 month ago
Hi, I have not tried it out but I think in the StatefulShellRoute.indexedStack
, you would need to adjust the GoRoute
of each of your
StatefulShellBranch(
routes: <RouteBase>[
GoRoute(
path: "settings",
builder: (context, state) => const MainScreen(
useRouter: true,
),
routes: [subRoutes],
),
],
),
according to this: https://pub.dev/documentation/go_router/latest/topics/Transition%20animations-topic.html
Version
5.3.1
Flutter Doctor Output
What platforms are you seeing the problem on?
Android
What happened?
When using go_router and switching tabs I see no page transition animation. Is this expected?
Steps to reproduce
Code to reproduce the problem
Relevant log output
No response
Screenshots
No response