Milad-Akarie / smooth_page_indicator

Flutter Smooth PageView indicators
MIT License
1.24k stars 147 forks source link

dotColor being a list rather than one color #57

Closed amjadhassoun123123 closed 2 years ago

amjadhassoun123123 commented 2 years ago

Hey guys,

I'm moving over from using dots_indicator (https://pub.dev/packages/dots_indicator) since you guys have a nicer UI and customization options, but I'm realizing I can't have control of each individual dotColor.

dots_indicator allows you to specify a list of dotColors which allows for far more custom implementations.

I'm wondering if this is a feature that others might also enjoy?

Thanks.