Skip to content

Releases: d3xvn/shake

Release list

v3.0.0

Choose a tag to compare

@d3xvn d3xvn released this 02 Apr 18:19

Breaking Changes:

  • Changed onPhoneShake callback to receive a ShakeEvent parameter

New Features:

  • Added ShakeDirection enum for directional shake detection
  • Added ShakeEvent class with direction, force, and timestamp
  • Added noise filtering for smoother shake detection

Updates:

  • Updated sensors_plus dependency to v6.1.1
  • Updated to modern Dart practices with improved typing
  • Updated minimum SDK constraints to Dart 3.0.0
  • Added linting and improved code quality
  • Enhanced example app with configurable parameters

v2.0.0

Choose a tag to compare

@d3xvn d3xvn released this 04 Nov 17:09

Release 2.0.0 migrates the plugin to sensors_plus.

Thanks to @JonasWanke.