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.darttoflutter_workoutkit.dart - Added display string methods to all workout alert classes and enums
0.0.10 #
- Added
toJsonandfromJsonmethods to all workout classes - Added
iconDataproperty toWorkoutActivityTypeenum
0.0.9 #
- Added
hasHealthPermissionsmethod to the Workoutkit class
0.0.8 #
- Minor fixes
0.0.7 #
0.0.6 #
- Added basic customization options for
WorkoutPreviewButtonwidget
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.