Releases: d3xvn/shake
Releases · d3xvn/shake
Release list
v3.0.0
Breaking Changes:
- Changed
onPhoneShakecallback to receive aShakeEventparameter
New Features:
- Added
ShakeDirectionenum for directional shake detection - Added
ShakeEventclass 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
Release 2.0.0 migrates the plugin to sensors_plus.
Thanks to @JonasWanke.