nested-navigation-demo-flutter
nested-navigation-demo-flutter copied to clipboard
New banking app navigation example
This is some experimental work that would replace the old example app.
The new app replicates a basic banking application and supports:
- [x] Bottom navigation with tabs
- [x]
PageViewintegration for the content pages - [x] nested navigation within a tab
- [x] root navigation (above the bottom navigation)
- [x] switch between tabs programmatically (e.g. when a button is pressed)
The current implementation is WIP and still lacks some functionality.