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 516 forks source link

Feature: Add option to disable indicator tapping #402

Closed milodude closed 1 year ago

milodude commented 1 year ago

I have already implemented the not draggable option for my slider like stated here:

https://github.com/serenader2014/flutter_carousel_slider/issues/121

But I am still able to click over the indicator(any shown dot) and it takes me to a new slider. This is not the expected behaviour due to the fact I want to control the way the user goes to the next slider with the provided controller.

Is there already a way to set this up?

milodude commented 1 year ago

My mistake. I was setting up from the example given, the action to be able to tap on the dots. No action or feature is required.