Skip to content

v3.0.0

Latest

Choose a tag to compare

@d3xvn d3xvn released this 02 Apr 18:19
· 1 commit to master since this release

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