flutter_workoutkit 0.0.11
flutter_workoutkit: ^0.0.11 copied to clipboard
A Flutter plugin that leverages Apple's WorkoutKit SDK to create, preview, and sync custom workouts with the Apple Watch Workout app.
Changelog #
0.0.11 #
- BREAKING: Changed main import from
workoutkit.dart
toflutter_workoutkit.dart
- Added display string methods to all workout alert classes and enums
0.0.10 #
- Added
toJson
andfromJson
methods to all workout classes - Added
iconData
property toWorkoutActivityType
enum
0.0.9 #
- Added
hasHealthPermissions
method to the Workoutkit class
0.0.8 #
- Minor fixes
0.0.7 #
0.0.6 #
- Added basic customization options for
WorkoutPreviewButton
widget
0.0.5 #
0.0.4 #
- Minor fixes
0.0.3 #
- Minor fixes
0.0.2 #
- Minor fixes
0.0.1 #
- Initial release of the Flutter WorkoutKit plugin.