Flutter: Keep BottomNavigationBar When Push to New Screen with Navigator

后端 未结 10 736
情深已故
情深已故 2020-12-25 12:55

In iOS, we have a UITabBarController which stays permanently at the bottom of the screen when we push to a new ViewController.

In Flutter, we have a bottomNavigation

10条回答
  •  死守一世寂寞
    2020-12-25 13:52

    using persistent_bottom_nav_bar package you can maintain a navigation route of individual tabs and BottomNavigationBar will not disappear when users navigate too to any screen.

提交回复
热议问题