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
spinAxisproperty. - Added
clipBehaviorproperty. - Added Example 3.
2.0.0 - 2025-06-08 #
Changes: #
- Implemented anticlockwise rotation and added
clockwiseproperty. - Changed
List<Widget> childrentoList<CarouselChild> children. - Added widget property
background. - Added bool property
onlyRenderForeground, - Changed
TapBehaviortoBackgroundTapBehaviorandtapBehaviortobackgroundTapBehavior. - Added enum
ChildTapBehaviourandchildTapBehaviourproperty. - Fixed bug with carousel sizing.