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

[Question] How position the indicator dots? #11

Closed stormenergy91 closed 1 year ago

stormenergy91 commented 1 year ago

There is a way to change the position on the dots? I need to add more margin as you can see in the image. Thanks Screenshot 2023-01-26 alle 12 30 54

nixrajput commented 1 year ago

Hi @stormenergy91,

Thanks for using my package.

I am really sorry to inform you that currently it can't be done. But I will add this property in the upcoming update.

As an alternate, you can use a custom indicator in your code and you can place it as per your choice.

Thanks and regards, @nixrajput

nixrajput commented 1 year ago

Hi @stormenergy91 ,

You can now update and set indicatorMargin property in CarouselOptions as per your choice to position the indicator dots.

Thanks

stormenergy91 commented 1 year ago

Thanks so much! :)