daily_pedometer 0.0.1 copy "daily_pedometer: ^0.0.1" to clipboard
daily_pedometer: ^0.0.1 copied to clipboard

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

daily_pedometer #

I measure my step count daily. Supports Android only

Permissions #

<uses-permission android:name="android.permission.ACTIVITY_RECOGNITION" />

Example Usage #

DailyPedometer.stepCountStream.listen(_onStepCount);

Future<void> _onStepCount(StepCount event) async {
  print(event);
}
1
likes
0
points
416
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on daily_pedometer