health_connector 1.3.0
health_connector: ^1.3.0 copied to clipboard
A Flutter plugin to access health data from Health Connect (Android) and HealthKit (iOS)
1.3.0 #
- CHORE: 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 #
- Update
health_connector_lintto the latest release. - REFACTOR(health_connector_hc_android): Simplify
TAGinitialization with null-coalescing operator to avoid redundant null checks. (7ee0217f) - REFACTOR(health_connector_hc_android): Replace null/0 returns with explicit error throwing for type guard failures for all handlers. (ae151cf5)
- REFACTOR(health_connector_hc_android): Improve permission mapping and error handling. (29d29b17)
- REFACTOR(health_connector_hc_android): Separate health record mapper files for each health record type. (e72390d2)
- FIX(health_connector_hc_android): Prevent infinite recursion in nutrient record mappers. (4f09dd9c)
- FIX(health_connector_hc_android): Add missing blood pressure permission mapping. (9728770f)
- REFACTOR(health_connector_hk_ios): Replace nil returns with explicit error throwing and add
extractAggregateValueto all handlers. (4e175f1b) - REFACTOR(health_connector_hk_ios): Separate health record mapper files for each health record type. (a5763c37)
- FIX(health_connector_hk_ios): Prevent infinite recursion in nutrient record mappers. (4f09dd9c)
- FIX(health_connector_hk_ios): Request auth for correlation component types not correlation itself. (668afefa)
1.2.1 #
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 health data types:
- Distance
- Active calories burned
- Floors climbed
- Wheelchair pushes
- Height
- Body temperature
- Lean body mass
- Hydration
- Heart rate
- Sleep stage (iOS) and session (Android)