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
RotatingWidgetwith 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
NSMotionUsageDescriptionfor gyroscope features