animated_carousel_slider 0.1.3
animated_carousel_slider: ^0.1.3 copied to clipboard
A reusable vertical stacked carousel slider widget for Flutter with smooth drag-based animations and a 3D depth effect. Supports infinite cyclic scrolling, customizable card height, animation duration [...]
Changelog #
0.1.3 #
- Documentation Fetch: Fixed the Demo GIF link in the README to use a raw GitHub URL so it correctly renders on the pub.dev package page.
0.1.2 #
- (No recorded changelog for 0.1.2 - User published directly).
0.1.1 #
- Bug Fix: Fixed a "Duplicate keys found" crash that occurred when exactly 3 items were passed to the carousel due to over-rendering the fourth background slot.
0.1.0 #
- Initial release of AnimatedCarouselSlider.
- Vertical stacked carousel with smooth drag-based animations.
- 3D depth effect using perspective transforms.
- Infinite cyclic scrolling in both directions.
- Custom
SpringCurvefor natural animation feel. onIndexChangedcallback for tracking active card.- Fallback to
Columnlayout for 2 or fewer items. - Zero external dependencies — only Flutter SDK.