GIfatahTH / states_rebuilder

a simple yet powerful state management technique for Flutter
494 stars 56 forks source link

Can we persist navigation states with states_rebuilder navigator? #288

Open karnadii opened 1 year ago

karnadii commented 1 year ago

I just found this interesting article https://codewithandrea.com/articles/flutter-bottom-navigation-bar-nested-routes-gorouter-beamer/ and want to implement it in my app, but since I use states_rebuilder, I want to try to implement it using states_rebuilder.

https://codewithandrea.com/articles/flutter-bottom-navigation-bar-nested-routes-gorouter-beamer/images/nested-navigation-with-state.gif

Looking at this nested route example I think it is doable, but is it possible to persist the navigation state on each tab?