sfit_step_counter 0.0.5 copy "sfit_step_counter: ^0.0.5" to clipboard
sfit_step_counter: ^0.0.5 copied to clipboard

Step Counter is a lightweight Flutter package that detects steps in real-time using the accelerometer via sensors_plus.

Step Counter #

A light weight package to help you count steps on your app using gyrometer and Kalmans algorithm, i made this as a improvement to healt and pedometer after i discovered they were being discontinued or crashing on some phones. Thank you for downloading and enjoy coding 😊.

Features #

  • Step detection using sensors_plus
  • Live step count stream
  • Easy-to-use API: start(), stop(), reset()

Getting Started #

Add this to your pubspec.yaml:

dependencies:
  step_counter: ^0.0.1
4
likes
0
points
76
downloads

Publisher

unverified uploader

Weekly Downloads

Step Counter is a lightweight Flutter package that detects steps in real-time using the accelerometer via sensors_plus.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_background, sensors_plus, shared_preferences

More

Packages that depend on sfit_step_counter