bizz84 / nested-navigation-demo-flutter

Nested navigation with BottomNavigationBar
https://codewithandrea.com/
MIT License
616 stars 139 forks source link

Use `IndexedStack` for simpler implementation (no `Offstage` widget required) #25

Open akshdeep-singh opened 2 years ago

akshdeep-singh commented 2 years ago

If IndexedStack widget is used, then no Offstage widget is required.

See sample code here.