shaker 1.0.0
shaker: ^1.0.0 copied to clipboard
A Flutter package that provides an easy-to-use widget for adding customizable shake animations to any Flutter widget. Built on flutter_animate with support for duration, frequency, rotation, offset, a [...]
1.0.0 #
- Initial stable release of the Shaker package
- Implemented
Shakerwidget for adding shake animations to any Flutter widget - Customizable shake parameters:
- Duration control for animation length
- Frequency (hz) adjustment for shake speed
- Rotation angle customization
- Offset control for shake direction and intensity
- Curve customization for animation easing
- onComplete callback support for post-animation actions
- Built on flutter_animate package for smooth performance
- Comprehensive example application demonstrating usage
- Full test coverage with unit and widget tests
- MIT License
0.0.1 #
- Initial development release