flutter_3d_carousel 2.0.0
flutter_3d_carousel: ^2.0.0 copied to clipboard
An interactive 3D carousel widget with smooth animations, perspective transforms, and gesture controls for showcasing content in Flutter applications.
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.