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

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 Dart:

 $ dart pub add workout

With Flutter:

 $ flutter pub add workout

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

dependencies:
  workout: ^0.5.1

Alternatively, your editor might support dart pub get or 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
0
pub points
70%
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

License

unknown (LICENSE)

Dependencies

flutter, flutter_plugin_android_lifecycle, permission_handler, permission_handler_tizen

More

Packages that depend on workout