I have implemented this for nested navigation.
After that, from an inner page, I need to push a page without bottombar.There are some pages where I don't need the bottom bar to show. Do I need to start another Navigation stack? Its back button should also work as expected.
Simple Navigator.push() persists the bottombar. Navigator.pushNamed() seems not working.