Flutter: Keep BottomNavigationBar When Push to New Screen with Navigator

后端 未结 10 719
情深已故
情深已故 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:29

    I created a small, super easy to use package that let you do that effect CustomNavigator And wrote a tutorial about it on Medium you can find it here

提交回复
热议问题