shaker 1.0.2
shaker: ^1.0.2 copied to clipboard
Easy-to-use Flutter widget to shake any child widget with customizable duration, frequency, rotation, offset, and curve.
1.0.2 #
- Added Demo GIF example
1.0.1 #
- Added comprehensive dartdoc comments to all public API elements (100% coverage)
- Improved package description for better clarity
- Enhanced documentation with detailed parameter descriptions and examples
- Updated README.md with complete API reference and usage examples
- All files verified and up to date with latest package information
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