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