↧
Answer by Code on the Rocks for putting side menu and bottom navigation bar...
The ListTiles in your drawer can set the _pageIndex to 5, 6, and 7 but there are only 5 items in your BottomNavigationBar (max valid index is 4).I would suggest separating the logic of the drawer...
View Articleputting side menu and bottom navigation bar in same flutter app
I am trying to add a side menu and a bottom navigation bar to my flutter app. I have combined the code into the main_screen.dart file.When I run the code, the bottom navigation bar works fine but if I...
View Article