flutter_rotation_widget 1.0.1
flutter_rotation_widget: ^1.0.1 copied to clipboard
A Flutter widget that provides customizable 3D rotation effects with touch gestures and gyroscope support
1.0.1 #
π Bug Fixes & Improvements #
- Fixed import path in example app (
rotating_widget
βflutter_rotation_widget
) - Added demo section to README with GIF placeholder
- Improved documentation structure
1.0.0 #
π Initial Release #
- Added
RotatingWidget
with 3D rotation effects - Touch-based rotation with drag gestures
- Gyroscope-based rotation (requires
sensors_plus
) - Configurable rotation limits and auto-return
- Cross-platform support: Android, iOS, Web
- iOS requires
NSMotionUsageDescription
for gyroscope features