flutter_swiper
flutter_swiper copied to clipboard
Option to disable Swiping
My application is using the Swiper component to display Cards. Cards can be added or removed from the Swiper.
When there is only 1 Card, i need to disable Swiping. Is there an option for that or a generic solution provided by Widget component ?
Just add physics: NeverScrollableScrollPhysics(),
and it won't swipe.
using NeverScrollableScrollPhysics
to prevent swipe didn't worked. I'm using Tinder layout.
Hi @loolooii
physics: NeverScrollableScrollPhysics()
in swiper not working