step_logger 1.0.0-beta.4 copy "step_logger: ^1.0.0-beta.4" to clipboard
step_logger: ^1.0.0-beta.4 copied to clipboard

A Flutter plugin for step counting and log sessions with background service support for Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add step_logger

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

dependencies:
  step_logger: ^1.0.0-beta.4

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:step_logger/step_logger.dart';
4
likes
140
points
74
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for step counting and log sessions with background service support for Android and iOS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dependency_validator, flutter, flutter_background_service, flutter_local_notifications, health, intl, pedometer, permission_handler, plugin_platform_interface, shared_preferences

More

Packages that depend on step_logger

Packages that implement step_logger