nixrajput / flutter_carousel_widget

A customizable carousel slider widget in Flutter which supports infinite scrolling, auto scrolling, custom child widget, custom animations and built-in indicators.
https://pub.dev/packages/flutter_carousel_widget
MIT License
33 stars 20 forks source link

[Feature Request]: Indicator Halo #44

Closed ProV1X closed 1 month ago

ProV1X commented 2 months ago

Contact Details

No response

Is your feature request related to a problem? Please describe.

I love the convenience and functionality of the prebuilt indicators. However, I often find that the indicators can blend in with the background image or content they're layered on top of.

To improve the visual prominence and usability of prebuilt indicators, I propose adding an optional "halo" decoration. This halo would be a customizable BoxDecoration that surrounds the indicator, making it stand out more clearly.

Describe the solution you'd like

Describe alternatives you've considered

I used a custom indicator. It felt like a lot of added code for a relatively low-cost change to prebuilt indicators.

Additional context

No response

Code of Conduct

nixrajput commented 1 month ago

Hi @ProV1X,

Thank you for your pull request. I have merged and released the update.

Could you please update the README to include a description of your feature, following the format of previous feature descriptions?

Additionally, please add a demo in the example section as a new screen.

Regards,
Nikhil

ProV1X commented 1 month ago

Hi @nixrajput,

I've just opened a PR (#49) with the updated README and a demo in the example app showcasing the slide indicator halo feature. Let me know if you have any further feedback.

Thanks!

nixrajput commented 1 month ago

Thanks @ProV1X !!!