flutter_carousel_slider icon indicating copy to clipboard operation
flutter_carousel_slider copied to clipboard

CarouselController has no getter for current index

Open MilesAdamson opened this issue 4 years ago • 2 comments

Unlike flutters TabController, CarouselController has no getter for the current index. This makes passing a controller into a widget which has a CarouselSlider harder to use.

Since this is a pattern used by flutter for their tab controllers I think it could be good to add.

MilesAdamson avatar Feb 06 '21 21:02 MilesAdamson

Also not very clear the documentation on the controller dispose, is it automatic?

RaulUrtecho avatar Apr 12 '21 04:04 RaulUrtecho

When will this be implemented? @serenader2014

leeflix avatar Feb 28 '23 17:02 leeflix