pedromassango / bottom_navy_bar

A beautiful and animated bottom navigation
https://youtu.be/jJPSKEEiN-E
Apache License 2.0
1.03k stars 217 forks source link

Disable Swiping Right or Left #63

Closed Mohdx closed 4 years ago

Mohdx commented 4 years ago

Hello. Is it possible to disable Swiping Right or Left? I only want to switch between screens by clicking on the bottom navy bar icons, Not Swiping pages right or left

I really appreciate your work, Nice bottom_navy_bar 👍

pedromassango commented 4 years ago

Hi, Thank you.

The page swipe feature is not part of this library, so if you don't implement it in your project this package will not add it for you.

I will close this for now. Feel free to leave a comment if necessary.

Mohdx commented 4 years ago

Thank you. You were right. I fixed it by writing this code to PageView: PageView(physics:new NeverScrollableScrollPhysics())