BilalShahid13 / PersistentBottomNavBar

A highly customizable persistent bottom navigation bar for Flutter
BSD 3-Clause "New" or "Revised" License
526 stars 393 forks source link

Any way to build a drawer widget that is specific to a single tab that draws over the navigation bar? #181

Open pranavAbe opened 3 years ago

pranavAbe commented 3 years ago

I'm looking for a way to render a Navigation Drawer locally within a screen inside the Persistent Bottom Navigation Bar, but yet have the drawer render over the Navigation Bar.

This image shows the issue I'm having: image

Things I've tried:

Is there any way to do this with respect to the current implementation of the bottom nav bar?

madatr commented 2 years ago

+1

PranayD1807 commented 2 years ago

Did you find the solution yet? i am facing the same issue!