BilalShahid13 / PersistentBottomNavBar

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

Navigate with push replacement #333

Closed SouhailKrs closed 1 year ago

SouhailKrs commented 1 year ago

Is there a way to navigate to a screen using push replacement and at the same time I can hide the bottom nav ? . cause all the functions that use withNavBar use push not push replacement

Chiragjot commented 1 year ago

I have the same question, what was the solution @SouhailKrs

SouhailKrs commented 1 year ago

using CupertinoTabBar or you can modify this package and add the push replacement function ( not the best idea to modify a package and add a functionality that is not already built in )