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
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.