step_sync 1.0.0+5 copy "step_sync: ^1.0.0+5" to clipboard
step_sync: ^1.0.0+5 copied to clipboard

outdated

This package was created by [Ali Eren](https://github.com/AliEren04). A package that counts steps and also you can reset daily using reset method.

Step Sync #

Step Sync is a Flutter package that uses the accelerometer and mathematical calculations to track the number of steps taken by a user. This package also provides a method to reset the step count. It is easy to use and has a simple API.

Installation #

To use Step Sync in your Flutter project, add the following line to your pubspec.yaml file:

dependencies:
  step_sync: ^1.0.0  # Use the latest version

Usage #

Once you have Step Sync installed in your project, you can use it to track and reset the step count. Here's how:

  1. Import the Step Sync package in your Dart file:
import 'package:step_sync/step_sync.dart';
final stepCounter = StepCounter();
final currentSteps = stepcounter.steps; 

//Reset Steps
stepcounter.resetSteps();




4
likes
0
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

This package was created by [Ali Eren](https://github.com/AliEren04). A package that counts steps and also you can reset daily using reset method.

License

unknown (license)

Dependencies

flutter, sensors_plus, vector_math

More

Packages that depend on step_sync