BilalShahid13 / PersistentBottomNavBar

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

hide navigation bar on subsequent screens without using `pushNewScreen` #203

Open pruthvi145 opened 3 years ago

pruthvi145 commented 3 years ago

Is there any way I can hide the navigation bar when we push a new screen without using the pushNewScreen function?

I have a different navigation mechanism where I am navigating without context (from the ViewModel - I am using Stacked). So is there any settings I can just set withNavBar to false for all the screen?

shehanmkg commented 3 years ago

I have the same question

Fregionz commented 3 years ago

i need this too.

mashegoindustries commented 3 years ago

I have the same question

ismaildudekula commented 3 years ago

I have the same question too

DmitriyIgnashchenko commented 3 years ago

the same