pedometer 3.0.0 copy "pedometer: ^3.0.0" to clipboard
pedometer: ^3.0.0 copied to clipboard

PlatformAndroidiOS
outdated

A Pedometer and Step Detection package for Android and iOS. Step count is streamed as the platform updates it.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pedometer

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

dependencies:
  pedometer: ^3.0.0

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:pedometer/pedometer.dart';
317
likes
160
points
11.2k
downloads

Publisher

verified publishercachet.dk

Weekly Downloads

A Pedometer and Step Detection package for Android and iOS. Step count is streamed as the platform updates it.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on pedometer