BilalShahid13 / PersistentBottomNavBar

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

Can't find a way to disable swipe #297

Closed EmanuelDavid closed 1 year ago

EmanuelDavid commented 2 years ago

I do not want the user to swipe the page, and go back. And I cannot find a way to disable swipe.

EmanuelDavid commented 1 year ago

When pushing a new screen the default pageTransitionAnimation: is PageTransitionAnimation.cupertino, change it to pageTransitionAnimation: PageTransitionAnimation.fade and the swipw from cupertino will be gone