nixrajput / flutter_carousel_widget

A customizable Flutter carousel widget with infinite scrolling, auto-scrolling, pre-built indicators, expandable widgets, auto-sized child support, and enlarged center page.
https://pub.dev/packages/flutter_carousel_widget
MIT License
39 stars 23 forks source link

Fixed incorrect carouselController named param in documentation. #19

Closed MatthewJones517 closed 1 year ago

MatthewJones517 commented 1 year ago

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.

nixrajput commented 1 year ago

Hi @MatthewJones517,

Thank you for spotting the mistake in the documentation and updating it through PR.

Regards, Nikhil Rajput