Add Sreen window bottom bar flutter
Add code :
final List <Widget> tabs =const[
Center(child: Text("Homesreen"),),
Center(child: Text("catelogysreen"),),
Center(child: Text("storesreen"),),
Center(child: Text("cartsreen"),),
Center(child: Text("profilesreen"),),
];
ADD : Sau Scaffold
Trước Bottombar.
body: tabs[_selecindex],
_selecindex :
Git : https://github.com/ANH2018/Bottom-Navigation-Bar/tree/Bottom_bar_new_window
Add :
backgroundColor:Colors.blue,
Biến mất debug show :
debugShowCheckedModeBanner: false,
Trong main.dart