wiggle_kit 1.0.3 copy "wiggle_kit: ^1.0.3" to clipboard
wiggle_kit: ^1.0.3 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.3 #

  • Added hapticConfig parameter via WiggleHapticConfig to trigger haptic feedback when a wiggle animation starts.
  • Supports all 10 FeedbackType values from haptic_feedback_pro: light, medium, heavy, soft, rigid, success, warning, error, selection, vibration.
  • Haptic is opt-in — omitting hapticConfig keeps existing behaviour unchanged.

1.0.2 #

  • Updated README section.

1.0.1 #

  • Increased default amplitude for rotate type for a more visible wiggle out of the box.

1.0.0 #

  • Initial release.
  • WiggleKit widget wraps any child with a wiggle animation.
  • 7 animation types: rotate, shake, bounce, pulse, swing, jello, spin.
  • amplitude parameter to control intensity of the animation.
  • duration parameter to control the speed of each cycle.
  • count parameter to limit the number of wiggle cycles (null = infinite).
  • WiggleController to trigger animations programmatically.
  • After a finite count completes, the widget returns to its original position.
1
likes
0
points
320
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, haptic_feedback_pro

More

Packages that depend on wiggle_kit