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

enableInfiniteScroll issue #405

Open suiebay opened 1 year ago

suiebay commented 1 year ago

When I have a list of images and enableInfiniteScroll is set to true it scrolls infinitely, but when I set enableInfiniteScroll to false it will show the last image of the list and not the current image when I disable enableInfiniteScroll

abdooobsl commented 1 month ago

same here

kishan-dhankecha commented 2 days ago

Hi @suiebay, @abdooobsl

Can you please provide a reproducible code sample for this issue?