cph-cachet / flutter-plugins

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

[Health] Add UUID field to `HealthDataPoint` #1019

Closed SlimShadyIAm closed 2 months ago

SlimShadyIAm commented 3 months ago

Google Health Connect and Apple HealthKit both provide UUIDs which can be used to identify individual health records. This PR adds support for this field.

Closes #1013