animated_carousel_slider 0.1.3 copy "animated_carousel_slider: ^0.1.3" to clipboard
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 SpringCurve for natural animation feel.
  • onIndexChanged callback for tracking active card.
  • Fallback to Column layout for 2 or fewer items.
  • Zero external dependencies — only Flutter SDK.
1
likes
150
points
45
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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, and stack offset.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on animated_carousel_slider