Need a persistent/same Bottom Navigation Bar for all screens - Flutter

前端 未结 9 1102
不思量自难忘°
不思量自难忘° 2021-02-01 21:50

I am a beginner with flutter and dart. I have been trying to implement a navigationBar on three different pages in my app. The toggling works well for an individual

9条回答
  •  梦如初夏
    2021-02-01 22:23

    Use persistent_bottom_nav_bar.

    persistent_bottom_nav_bar manage the Navigation stack of individual tabs and using this library you can manage hide/show BottomNavigationBar when we Push any screens

提交回复
热议问题