rafalbednarczuk / curved_navigation_bar

Animated Curved Navigation Bar in Flutter
BSD 2-Clause "Simplified" License
683 stars 239 forks source link

Persistence #109

Closed eslamhalaweh closed 2 years ago

eslamhalaweh commented 3 years ago

How can the curved navigation bar be persisted across screens? (i.e: make this navigation bar persistent). When i navigate routes, the navigation bar disappears.

rafalbednarczuk commented 2 years ago

It's not going to be implemented into this package. Also, I think the package shouldn't be used that way. You should put another navigation inside the body of the Scaffold, which has a bottom navigation bar. This way the CurvedNavigationBar is static, while navigation happens deeper in the tree level