cph-cachet / flutter-plugins

A collection of Flutter plugins developed by CACHET
551 stars 681 forks source link

[Health]: Improve support for `RecordingMethod` on Health Connect and `HKWasUserEntered` on iOS #1023

Closed SlimShadyIAm closed 2 months ago

SlimShadyIAm commented 3 months ago

Introduction

Google Health Connect and Apple HealthKit both provide ways to distinguish samples collected "automatically" and manually entered data by the user.

Problem

Previously, the Health package did not support writing this to this metadata field when writing data, and in many cases you could not query or filter by the type when reading data (especially on Android).


Breaking changes

Other improvements