I am trying in flutter to make a bottom navigation bar appear in the whole app or in most of the app but I have not achieved it yet, I wonder if anyone has faced this problem, that is if I could achieve it but I have not managed to make it functional on all screens, that is, it works only on the main screens, I am looking for a similar functionality to the bottom navigation bar in twitter or free market.
2
Answers
dude, you need to use one Page which has a bottom navigation bar and needs to replace its body content on each navigation, Don’t open the separate page,
This is exactly what you need, please check it out once
https://api.flutter.dev/flutter/material/BottomNavigationBar-class.html