Im fairly new to flutter,
I have created a nice BottomAppBar with a docked FAB however i also want to use this AppBar for page navigation. I\'ve tried it with a BottomNavigatio
You can use a switch case for your body using the same scaffold - Like in tabcontroller or radiobutton.
Just update the body when bottomAppBar icon is pressed.
Check out this link for better understanding. :)