serenader2014 / flutter_carousel_slider

A flutter carousel widget, support infinite scroll, and custom child widget.
https://pub.dev/packages/carousel_slider
MIT License
1.55k stars 517 forks source link

carousel slider swipe issue #424

Open Praneethfleet opened 7 months ago

Praneethfleet commented 7 months ago

In flutter on my survey page, there are list of questions and some questions are mandatory and must be answered without skipping. I used a "carousel_slider" but due to this, I was able to move to the next question even if it was mandatory while swiping. Help me to sort this issue.

kishan-dhankecha commented 2 days ago

Hi, @Praneethfleet

You can now use disableGesture property to achieve your desired action. You can do that via my fork.