prepared911 / foundation_flutter

Foundational functionality for graphical applications
MIT License
0 stars 0 forks source link

Keep tab's navigation state when switching #1

Closed Nealsoni00 closed 3 years ago

Nealsoni00 commented 3 years ago

Desired outcome:

  1. two tab app: tab1, tab2
  2. On tab1, navigating to a different view that is pushed to the screen (call it tab1/second)
  3. Switch to tab2
  4. Switch back to tab1 should show you tab1/second

This should work if we push a view name that doesn't start with Tab2