A customizable Flutter carousel widget with infinite scrolling, auto-scrolling, pre-built indicators, expandable widgets, auto-sized child support, and enlarged center page.
It looks like you made a breaking change a while back where you changed the parameter carouselController to controller. The readme wasn't updated, causing confusion for new users. This PR updates the documentation appropriately.
It looks like you made a breaking change a while back where you changed the parameter
carouselController
tocontroller
. The readme wasn't updated, causing confusion for new users. This PR updates the documentation appropriately.