GIfatahTH / states_rebuilder

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

Bottom navigation with named routing? #262

Open Reprevise opened 2 years ago

Reprevise commented 2 years ago

Is it possible with states_rebuilder to have a bottom navigation bar with named routing? The bottom navigation bar would also need its own navigation stack per tab.

amoslai5128 commented 2 years ago

bottom navigation

Yes, I think it does the same logic with drawer, the bottom navigation bar is a UI widget.

Can you provide your code as an example?

Reprevise commented 2 years ago

bottom navigation

Yes, I think it does the same logic with drawer, the bottom navigation bar is a UI widget.

Can you provide your code as an example?

I don't have any code, and I'm aware of the BottomNavigationBar widget. I'm just wondering if its possible to do a bottom navigation bar with named routing with an individual navigation stack per bottom bar tab.