Persistence
eslamhalaweh opened this issue · 1 comments
eslamhalaweh commented
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
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