BilalShahid13 / PersistentBottomNavBar

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

If nav bar set to false in one screen upcoming screen doesn't show the bottom bar even if nav bar set to true #224

Open AGBharanidharan opened 2 years ago

AGBharanidharan commented 2 years ago

Let's say i have 3 class A,B,C. In class A i have declared the persistent bottom bar. From class A to B i'm navigating using pushNewScreen with nav bar false and then from class B i'm navigating to class C using pushNewScreen with nav bar true but bottom bar not showing in class C. I have a requirement like this, can anyone help

jbt-cii commented 2 years ago

Hello,

I think I experienced the same problem. Maybe the answer given in this issue "https://github.com/BilalShahid13/PersistentBottomNavBar/issues/179" may help you.

jbt-cii commented 2 years ago

There is also this issue which talks about the context used: https://github.com/BilalShahid13/PersistentBottomNavBar/issues/103