|
1 | 1 | ## 13.1.4 |
2 | 2 |
|
3 | 3 | * Fix adding mindfulness resulted in crash in iOS |
| 4 | +* Support SPM for iOS |
4 | 5 |
|
5 | 6 | ## 13.1.3 |
6 | 7 |
|
|
28 | 29 | ## 13.0.1 |
29 | 30 |
|
30 | 31 | * Refactored Swift native implementation - See PR [#1175](https://github.com/cph-cachet/flutter-plugins/pull/1175) and [#1208](https://github.com/cph-cachet/flutter-plugins/pull/1208) for more information: |
| 32 | + |
31 | 33 | ``` |
32 | 34 | SwiftHealthPlugin (Main Plugin Class) |
33 | 35 | ├── HealthDataReader (Reading health data) |
@@ -58,10 +60,12 @@ SwiftHealthPlugin (Main Plugin Class) |
58 | 60 | * iOS: Parse metadata to remove unsupported types - PR [#1120](https://github.com/cph-cachet/flutter-plugins/pull/1120) |
59 | 61 | * iOS: Add UV Index Types |
60 | 62 | * Android: Add request access to historic data [#1126](https://github.com/cph-cachet/flutter-plugins/issues/1126) - PR [#1127](https://github.com/cph-cachet/flutter-plugins/pull/1127) |
| 63 | + |
61 | 64 | ```XML |
62 | 65 | <!-- Add the following permission into AndroidManifest.xml --> |
63 | 66 | <uses-permission android:name="android.permission.health.READ_HEALTH_DATA_HISTORY"/> |
64 | 67 | ``` |
| 68 | + |
65 | 69 | * Android: |
66 | 70 | * Update `androidx.compose:compose-bom` to `2025.02.00` |
67 | 71 | * Update `androidx.health.connect:connect-client` to `1.1.0-alpha11` |
@@ -89,10 +93,12 @@ SwiftHealthPlugin (Main Plugin Class) |
89 | 93 | * Fix [#984](https://github.com/cph-cachet/flutter-plugins/issues/984) - PR [#1055](https://github.com/cph-cachet/flutter-plugins/pull/1055) |
90 | 94 | * Add `LEAN_BODY_MASS` data type [#1078](https://github.com/cph-cachet/flutter-plugins/issues/1078) - PR [#1097](https://github.com/cph-cachet/flutter-plugins/pull/1097) |
91 | 95 | * The following AndroidManifest values are required to READ/WRITE `LEAN_BODY_MASS`: |
| 96 | + |
92 | 97 | ```XML |
93 | 98 | <uses-permission android:name="android.permission.health.READ_LEAN_BODY_MASS"/> |
94 | 99 | <uses-permission android:name="android.permission.health.WRITE_LEAN_BODY_MASS"/> |
95 | 100 | ``` |
| 101 | + |
96 | 102 | * iOS: Add `WATER_TEMPERATURE` and `UNDERWATER_DEPTH` health values [#1096](https://github.com/cph-cachet/flutter-plugins/issues/1096) |
97 | 103 | * iOS: Add support for `Underwater Diving` workout [#1096](https://github.com/cph-cachet/flutter-plugins/issues/1096) |
98 | 104 | * Fix [#1072](https://github.com/cph-cachet/flutter-plugins/issues/1072) and [#1074](https://github.com/cph-cachet/flutter-plugins/issues/1074) |
|
0 commit comments