File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 26
26
* Fix [ #950 ] ( https://github.com/cph-cachet/flutter-plugins/issues/950 ) - PR [ #1103 ] ( https://github.com/cph-cachet/flutter-plugins/pull/1103 )
27
27
* 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 )
28
28
* 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 )
29
30
* Updated ` intl ` to ^0.20.1 [ #1092 ] ( https://github.com/cph-cachet/flutter-plugins/issues/1092 )
30
31
* Updated ` device_info_plus ` to ^11.2.0
31
32
* Example app: Updated ` permission_handler ` to ^11.3.1
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ void _registerFromJsonFunctions() {
10
10
FromJsonFactory ().registerAll ([
11
11
HealthValue (),
12
12
NumericHealthValue (numericValue: 12 ),
13
+ WorkoutHealthValue (workoutActivityType: HealthWorkoutActivityType .RUNNING ),
13
14
AudiogramHealthValue (
14
15
frequencies: [],
15
16
leftEarSensitivities: [],
You can’t perform that action at this time.
0 commit comments