导航到新屏幕时保持 AppBar 静态

Keep the AppBar static when Navigating to a new screen

我想在导航到新屏幕时保持 AppBar 静态 AppBar。与此视频类似,即使在推送新屏幕时,绿色 AppBar 也保持静止。

sample video

我对 Flutter 还是很陌生,想知道实现这种行为的最佳方法是什么?谢谢!

您可以使用 Navigator 小部件,它可以让您在主视图(主导航栏所在的位置)中创建嵌套导航

这是一个直接来自 Flutter 网站的示例https://flutter.dev/docs/cookbook/effects/nested-nav