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

Expose and document SlideIndicator contract #36

Closed DDavidPrime closed 9 months ago

DDavidPrime commented 9 months ago

This PR addresses the issue mentioned in #35

Besides exposing the SlideIndicator, I've added documentation for it as well, since it may come useful to people who would like to make their own implementations of the slide indicators.

nixrajput commented 9 months ago

Hi @DDavidPrime,

Thank you for the PR.

Can you please add the usage process to the documentation too? It would be very helpful for the users to implement it with ease. You can add it after this section in the README file.

Thanks & regards, Nikhil

DDavidPrime commented 9 months ago

Of course! I'm a bit busy, but will try to have it done in the following day or two. 🫡

nixrajput commented 9 months ago

Okay, then I will merge the PR and I am also planning to release the next update after some bug fixes, so please try to do it ASAP.

Thanks.

DDavidPrime commented 9 months ago

@nixrajput All done! Please review it and let me know if there's something else to fix/update/add. 🙌🏼

nixrajput commented 9 months ago

@DDavidPrime thank you for the contribution to the project.