animated_carousel_scroller 0.0.3
animated_carousel_scroller: ^0.0.3 copied to clipboard
A Flutter package that provides a customizable carousel scroll widget with smooth animations. Highlights the currently selected image with animated size and opacity effects.
0.0.1 #
Changelog #
All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
Added #
- Initial release of
animated_carousel_scroller
package with basic carousel functionality.
[1.0.0] - 2024-08-26 #
Added #
- Initial Release: Introduced
AnimatedCarouselScroller
widget.- Images: Accepts a list of image asset paths.
- Initial Index: Allows setting the initially selected image.
- Duration: Configurable animation duration for size and opacity changes.
- Height: Adjustable height for carousel images.
- Width: Customizable width for selected and non-selected images.
Fixed #
- Resolved initial selection index issue in carousel.
Changed #
- Adjusted animation duration and default values for improved performance.