health_connector 1.2.2 copy "health_connector: ^1.2.2" to clipboard
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_lint to the latest release.
  • REFACTOR(health_connector_hc_android): Simplify TAG initialization 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 extractAggregateValue to 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 #

  • FIX(health_connector_hk_ios): Ensure Pigeon completion callbacks execute on main thread. (bc8c1d98)
  • FIX(health_connector_hk_ios): Map blood pressure types to corresponding HealthKit types. (ff057529)
  • REFACTOR(health_connector_hc_android): Add complete() helper for Pigeon callbacks. (d72e1bfc)

1.2.0 #

  • FEAT: Add support for blood pressure data types.

1.1.0 #

  • FEAT: Add nutrient and nutrition records and data types. (77e3a8d0)

1.0.0 #

  • FEAT: Implement HealthConnector facade 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)
16
likes
0
points
437
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to access health data from Health Connect (Android) and HealthKit (iOS)

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, health_connector_core, health_connector_hc_android, health_connector_hk_ios, health_connector_logger, meta

More

Packages that depend on health_connector