flutter-plugins icon indicating copy to clipboard operation
flutter-plugins copied to clipboard

[health 4.1.1] Writing non-trivial types such as blood pressure or oxygen saturation to Google Fit

Open mk-dev-1 opened this issue 3 years ago • 0 comments

It appears that this plugin is not capable of setting more complex types for Google Fit. For example a blood pressure record requires at least a systolic and diastolic value to be set as fields for the same datapoint. For oxygen saturation you need the oxygen saturation level and any supplemental flow rate.

I have written two methods for that for my own use (happy to share), but I believe a method should be implemented that allows setting a list of values with a list of fields. I would gladly implement this, but unfortunately my know how about Android and Kotlin programming is very limited.

Would anyone be up to add this?

mk-dev-1 avatar Aug 27 '22 12:08 mk-dev-1