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
34 stars 20 forks source link

set custom slide indicator #21

Closed rizkyputrapb closed 1 year ago

rizkyputrapb commented 1 year ago

hi, is there any way i can custom my own indicator? i need to change the shape of the indicator

nixrajput commented 1 year ago

Hi @rizkyputrapb,

Yes, you can use a custom indicator. Please refer to the example in the package.

Thanks, Nikhil