flutter_3d_carousel 2.1.0
flutter_3d_carousel: ^2.1.0 copied to clipboard
An interactive 3D carousel widget with smooth animations, perspective transforms, and gesture controls for showcasing content in Flutter applications.
2.1.0 - 2025-07-21 #
Changes #
- Implemented vertical carousel and added
spinAxis
property. - Added
clipBehavior
property. - Added Example 3.
2.0.0 - 2025-06-08 #
Changes: #
- Implemented anticlockwise rotation and added
clockwise
property. - Changed
List<Widget> children
toList<CarouselChild> children
. - Added widget property
background
. - Added bool property
onlyRenderForeground
, - Changed
TapBehavior
toBackgroundTapBehavior
andtapBehavior
tobackgroundTapBehavior
. - Added enum
ChildTapBehaviour
andchildTapBehaviour
property. - Fixed bug with carousel sizing.