flutter_swiper icon indicating copy to clipboard operation
flutter_swiper copied to clipboard

Option to disable Swiping

Open fvisticot opened this issue 5 years ago • 3 comments

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 ?

fvisticot avatar Oct 28 '18 21:10 fvisticot

Just add physics: NeverScrollableScrollPhysics(), and it won't swipe.

loolooii avatar Dec 06 '18 18:12 loolooii

using NeverScrollableScrollPhysics to prevent swipe didn't worked. I'm using Tinder layout.

3ace avatar Dec 17 '18 08:12 3ace

Hi @loolooii physics: NeverScrollableScrollPhysics() in swiper not working

Abhishek01039 avatar Oct 18 '20 08:10 Abhishek01039