health_connector 2.1.0
health_connector: ^2.1.0 copied to clipboard
A Flutter plugin to access health data from Android Health Connect and iOS HealthKit
2.1.0 #
- FEAT: Add support for sexual activity and cervical mucus data types and records. (972ea406)
- FEAT: Add support for mindfulness session type and record. (d0490c9d)
- FEAT: Add support for power data types and records. (af790b23)
- FIX(health_connector_hk_ios): Persist blood pressure body position and measurement location data in custom metadata keys. (32ae4e7e)
- FIX: Ensure health record timestamps are stored as UTC. (7f981fc2)
- DEPS: Update a dependency to the latest release.
2.0.0 #
Note: This release has breaking changes.
See the Migration Guide for detailed instructions on upgrading from v1.x.x to v2.0.0.
- BREAKING FEAT: Introduce
TimeDurationunit and replaceNumberwith it for sleep data types. (459798dd) - BREAKING FEAT: Introduce
HealthConnector interface with defaultHealthConnectorImpl` implementation. (5bbe4f8c) - BREAKING FEAT: Unify deletion API with polymorphic request pattern. (f67cf5ae)
- BREAKING REFACTOR: Remove support for "delete-then-create" logic for iOS HealthKit. (e79b1772)
- BREAKING REFACTOR: Simplify
aggregateandreadRecordAPIs by removing request/response wrappers. (31673d12) - BREAKING REFACTOR: Remove support for individual nutrient data types on Android Health Connect. (a9f7c9e4)
- BREAKING REFACTOR: Standardize and synchronize error codes across platforms. (121df395)
- FEAT: Implement atomic batch writes on iOS HealthKit and Android Health Connect. (9dbbd181) (c1c8c3df)
- FEAT: Add support for exercise session data type and record. (d36b528c)
- FEAT: Add
updateRecordsAPI for batch record updates. (04e5463e) - FEAT: Implement
HealthConnectorInfiPListServicefor validating the application's Info.plist configuration. (7846492f) - FEAT: Add full support for distance records and data types. (84e27c08)
- FEAT: Add full support for speed records and data types. (f07714db)
- PERF: Use HealthKit batch delete API instead of for-loop deletion. (b4159af1)
- FIX: Preserve record IDs in Health Connect update operations. (298f98f0)
- FIX: Implement missing health record objects deletion for correlation sample types. (655d865e)
- FIX: Fix IDs validation in
DeleteRecordsByIdsRequestfactory constructor. (d37817e5)
1.3.0 #
- DEPS: Update a dependency to the latest release.
- FEAT: Add VO2Max data type. (1f885539) (2a61940f) (3e51085a)
- FEAT: Add respiratory rate data type. (75ba9138) (b6081fa6) (a67dabba)
- FEAT: Add oxygen saturation data type. (8c0876b0) (51022aa1) (b8928fc7)
- FEAT: Add resting heart rate data type. (7bb5bbea) (17bbf3b1) (4972b907)
1.2.2 #
- DEPS: Update
health_connector_lintto the latest version.
1.2.0 #
- FEAT: Add support for blood pressure data types.
1.0.0 #
- FEAT: Implement
HealthConnectorfacade providing unified API across platforms. - FEAT: Add support for common health data types.