sfit_step_counter 0.0.6
sfit_step_counter: ^0.0.6 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 health and pedometer after i discovered they were being discontinued or crashing on some phones. Thank you for downloading and enjoy coding 😊.
Usage Example in your app: final stepCounter = StepCounter(); await stepCounter.enableBackgroundExecution(); stepCounter.start();
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