nested-navigation-demo-flutter icon indicating copy to clipboard operation
nested-navigation-demo-flutter copied to clipboard

New banking app navigation example

Open bizz84 opened this issue 4 years ago • 0 comments

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] PageView integration 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.

bizz84 avatar Jul 06 '21 14:07 bizz84