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

前端 未结 9 1115
不思量自难忘°
不思量自难忘° 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条回答
  •  猫巷女王i
    2021-02-01 22:23

    If I understand your question correctly, you need the bottom navigation bar persisted on all three pages. There is a well-written article on how to achieve it. You can find the details here.

    https://medium.com/coding-with-flutter/flutter-case-study-multiple-navigators-with-bottomnavigationbar-90eb6caa6dbf

    https://github.com/bizz84/nested-navigation-demo-flutter

    All credits go to the original author.

提交回复
热议问题