health_connector 1.2.2
health_connector: ^1.2.2 copied to clipboard
A Flutter plugin to access health data from Health Connect (Android) and HealthKit (iOS)
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)