bizz84 / nested-navigation-demo-flutter

Nested navigation with BottomNavigationBar
https://codewithandrea.com/
MIT License
622 stars 139 forks source link

Instead of list i need to select from popup #10

Open srishalu opened 5 years ago

srishalu commented 5 years ago

Hi @bizz84

I have a page called menu1 which is my home screen. I have bottom bar in which i have 5 icons. If i select first icon, 4 menus will open . If i select menu 1, it should display menu1screen and in that case bottombar should remain constant.Similarly if i change other menus in popup, it should display it respective screens. How can i acheive this scenario?

Any help is really appreciated!!

popup