Nested Navigation In Flutter : Navigator Widget
Introduction
A Navigator widget in Flutter is what we use to maintain a stack of routes and it plays a huge role in helping us to navigate between routes. The Navigator widget often works under the hood without us having to initialise it but there ar...
techblog.geekyants.com5 min read
Arun Sadasivappa
I guess I could use your technique for apps-within-apps concept where I choose an app (among multiple) to begin with (upon login) and I get bottomNavBar rendered based on the app I chose. Appreciate if you can share your thoughts.