flutter_shake_container 1.1.3 copy "flutter_shake_container: ^1.1.3" to clipboard
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.config default value to ShakePreset.error, so users can omit config when using ShakeContainer or ShakeText.

1.1.2 #

Changed #

  • Updated pubspec topics.
  • Improved README documentation and examples.

1.1.1 #

Fixed #

  • Fixed typo in README example code comments.

1.1.0 #

Added #

  • Added onShakeStart callback support in ShakeContainer and ShakeText for integrating haptic feedback / vibration.
  • Added GetX usage example in StreamShakeTrigger documentation comments.

Improved #

  • Improve documentation comments for public APIs.
  • Updated README examples and clarified multi-trigger / multi-axis usage patterns.

1.0.0 #

Added #

  • Initial stable release.
  • ShakeContainer for shaking any widget using a trigger.
  • ShakeText for shaking error text with optional auto-dismiss support.
  • Built-in presets: ShakePreset.error, ShakePreset.warning, ShakePreset.subtle.
  • StreamShakeTrigger for stream-based triggering.
2
likes
160
points
97
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight shake animation widget for Flutter. Supports any widget and horizontal/vertical/both-axis shaking.

Repository (GitHub)
View/report issues

Topics

#animation #shake #feedback #ui

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_shake_container