wiggle_kit 1.0.4
wiggle_kit: ^1.0.4 copied to clipboard
A Flutter widget that wraps any child with plug-and-play wiggle animations. Supports 7 animation types, amplitude, duration, repeat count, and a controller to trigger animations programmatically.
1.0.4 #
- Updated README with
hapticConfigusage and correct installation version.
1.0.3 #
- Added
hapticConfigparameter viaWiggleHapticConfigto trigger haptic feedback when a wiggle animation starts. - Supports all 10
FeedbackTypevalues fromhaptic_feedback_pro:light,medium,heavy,soft,rigid,success,warning,error,selection,vibration. - Haptic is opt-in — omitting
hapticConfigkeeps existing behaviour unchanged.
1.0.2 #
- Updated README section.
1.0.1 #
- Increased default amplitude for
rotatetype for a more visible wiggle out of the box.
1.0.0 #
- Initial release.
WiggleKitwidget wraps any child with a wiggle animation.- 7 animation types:
rotate,shake,bounce,pulse,swing,jello,spin. amplitudeparameter to control intensity of the animation.durationparameter to control the speed of each cycle.countparameter to limit the number of wiggle cycles (null = infinite).WiggleControllerto trigger animations programmatically.- After a finite count completes, the widget returns to its original position.