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
Currently when use Modular.to.navigate BottomNavBarItem click it disposes Child Module that inside previous tab
we need to keep all modules undisposed because need each route in routerOutlet to keep his state and not dispose.
Need to keep tab pages state alive without disposing but without indexedstack
you can set the useRootNavigator property to true to prevent the submodule's routes be disposed when you do a navigating to a different route “inside” the submodule.
Currently when use Modular.to.navigate BottomNavBarItem click it disposes Child Module that inside previous tab
we need to keep all modules undisposed because need each route in routerOutlet to keep his state and not dispose.
Need to keep tab pages state alive without disposing but without indexedstack
we are importing all routeoutlet modules in appmodule also with export true flag but it doesnt work with latest flutter_modular
as mentioned here https://github.com/Flutterando/modular/blob/e7cdfdb3935dc6b5e543b16a164ecf06c2e98446/doc/docs/flutter_modular/module.md
The text was updated successfully, but these errors were encountered: