Skip to content

Commit f3fa6f0

Browse files
committed
Merge branch 'iarata/health-12' into health-12/test
2 parents 8b34d36 + 44aae2c commit f3fa6f0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/health/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* Fix [#950](https://github.com/cph-cachet/flutter-plugins/issues/950) - PR [#1103](https://github.com/cph-cachet/flutter-plugins/pull/1103)
2727
* Fix [#1047](https://github.com/cph-cachet/flutter-plugins/issues/1047) and [#939](https://github.com/cph-cachet/flutter-plugins/issues/939) - PR [#1091](https://github.com/cph-cachet/flutter-plugins/pull/1091)
2828
* Fix issue where `SLEEP_LIGHT` type was not aligned correctly - PR [#1086](https://github.com/cph-cachet/flutter-plugins/pull/1086)
29+
* Fix [#1051](https://github.com/cph-cachet/flutter-plugins/issues/1051) - PR [#1052](https://github.com/cph-cachet/flutter-plugins/pull/1052)
2930
* Updated `intl` to ^0.20.1 [#1092](https://github.com/cph-cachet/flutter-plugins/issues/1092)
3031
* Updated `device_info_plus` to ^11.2.0
3132
* Example app: Updated `permission_handler` to ^11.3.1

packages/health/lib/health.json.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ void _registerFromJsonFunctions() {
1010
FromJsonFactory().registerAll([
1111
HealthValue(),
1212
NumericHealthValue(numericValue: 12),
13+
WorkoutHealthValue(workoutActivityType: HealthWorkoutActivityType.RUNNING),
1314
AudiogramHealthValue(
1415
frequencies: [],
1516
leftEarSensitivities: [],

0 commit comments

Comments
 (0)