wiggle_kit 1.0.1
wiggle_kit: ^1.0.1 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.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.