workout 0.6.3 copy "workout: ^0.6.3" to clipboard
workout: ^0.6.3 copied to clipboard

PlatformAndroid

Run a workout session on Wear OS and Tizen. Get data such as heart rate in real time.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add workout

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

dependencies:
  workout: ^0.6.3

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:workout/workout.dart';
13
likes
140
pub points
72%
popularity

Publisher

verified publisherrexios.dev

Run a workout session on Wear OS and Tizen. Get data such as heart rate in real time.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, flutter, flutter_plugin_android_lifecycle, permission_handler, permission_handler_tizen

More

Packages that depend on workout