flutter_shake_container 1.1.0 copy "flutter_shake_container: ^1.1.0" to clipboard
flutter_shake_container: ^1.1.0 copied to clipboard

A lightweight, configurable shake animation widget for Flutter. Supports any Flutter widget with horizontal/vertical/both-axis shaking. Works with ValueNotifier, Stream, and GetX triggers.

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.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
0
points
156
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight, configurable shake animation widget for Flutter. Supports any Flutter widget with horizontal/vertical/both-axis shaking. Works with ValueNotifier, Stream, and GetX triggers.

Repository (GitHub)
View/report issues

Topics

#animation #ui #widget #feedback

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_shake_container