如何拥有一个带有一个 BottomNavigationBar 和多个 MaterialApp.routes 的 Scaffold
通过查看有关 底部导航 的 Material Design 文档,我可以看到具有良好过渡的多个页面只使用一个 BottomNavigationBar,可能还使用一个 Scaffold。
我想复制这个,但我很难做到这一点,并且之前的答案导致了错误的解决方案,动画效果不佳,并且有多个脚手架。
我想要一个具有多条路线的 MaterialApp 和一个带有一个底部栏的脚手架。通过点击栏项目,我想更改路线等页面并保留实际的底部栏。
实施这个的好的做法是什么?
By looking at the Material Design document about Bottom Navigation I can see multiple pages with nice transitions that use only one BottomNavigationBar, and probably one Scaffold.
I would like to replicate this but I struggle to do so, and previous answers lead to wrong solutions with bad animation and multiple Scaffold.
I want, one MaterialApp with multiple routes and one scaffold with one bottom bar. By tapping the bar items, I want to change the routes and so, the page and keep the actual bottom bar.
What is good the practice to implement this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论