flutter_shake_feedback 1.0.2 copy "flutter_shake_feedback: ^1.0.2" to clipboard
flutter_shake_feedback: ^1.0.2 copied to clipboard

A production-ready Flutter package for detecting device shake gestures and triggering customizable feedback actions.

1.0.2 #

  • Example: Add example of the IOS platform compability

1.0.1 #

  • Architecture Simplification: Removed flutter_bloc (Cubit) state management and replaced it with a simpler, lightweight standalone ShakeFeedbackService.

1.0.0 #

  • Initial Release: Complete rewrite of the core engine to support advanced multi-shake sequence detection using sensors_plus.
  • Robust Shake Detection: Implements minimum rapid movement counts, slop times, and cooldowns natively within the repository layer to prevent false positives and accidental triggers.
  • Clean Architecture: Built from the ground up using a strict Clean Architecture layout (Data, Domain, Presentation).
  • State Management: Fully integrated flutter_bloc (Cubit) to handle state propagation natively.
  • Customizability: Allows developers to easily configure ShakeSensitivity (low, medium, high) and custom cooldown durations natively through the UI wrapper.
1
likes
160
points
181
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A production-ready Flutter package for detecting device shake gestures and triggering customizable feedback actions.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, sensors_plus

More

Packages that depend on flutter_shake_feedback