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

A lightweight Flutter package that detects steps in real-time using sensors_plus and provides calories, cadence, geofencing, and walking state.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sfit_step_counter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  sfit_step_counter: ^0.0.21

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sfit_step_counter/step_counter.dart';
4
likes
120
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter package that detects steps in real-time using sensors_plus and provides calories, cadence, geofencing, and walking state.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_background, sensors_plus, shared_preferences

More

Packages that depend on sfit_step_counter