flutter_shake_container 1.1.3
flutter_shake_container: ^1.1.3 copied to clipboard
A lightweight shake animation widget for Flutter. Supports any widget and horizontal/vertical/both-axis shaking.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project follows Semantic Versioning.
1.1.3 #
Changed #
- Set
ShakeContainer.configdefault value toShakePreset.error, so users can omitconfigwhen usingShakeContainerorShakeText.
1.1.0 #
Added #
- Added
onShakeStartcallback support inShakeContainerandShakeTextfor integrating haptic feedback / vibration. - Added GetX usage example in
StreamShakeTriggerdocumentation comments.
Improved #
- Improve documentation comments for public APIs.
- Updated README examples and clarified multi-trigger / multi-axis usage patterns.