79787644

Date: 2025-10-10 19:38:59
Score: 2
Natty:
Report link

Unfortunately the nature of stateful navigation is that the state is maintained. If you don't want your state maintained you'll need to use a normal ShellRoute with no state and rely on finer manipulation such as overriding didPush, didPushNext, didPop, didPopNext, and didChangeDependencies as well as the obvious initState.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Gaby Torres