I want to keep the AppBar static AppBar when navigating to a new screen. Something similar on this video where the green AppBar keeps static even when pushing a new screen.
sample video
I'm still very new in Flutter and would like to know what would be the best approach to achieve this behavior? Thanks!
You can use the Navigator widget which let you create nested navigation in your main view (where the main navbar is).
Here is an example directly from Flutter website: https://flutter.dev/docs/cookbook/effects/nested-nav
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With