cph-cachet / flutter-plugins

A collection of Flutter plugins developed by CACHET
527 stars 625 forks source link

[Health] Add support for saving blood pressure as a correlation(ios) #919

Closed ikoamu closed 3 months ago

ikoamu commented 3 months ago

Closes #550

ikoamu commented 3 months ago

When blood pressure is not registered as a correlation, the data is not displayed in the Health Care list, but only in the graph screen. Registering blood pressure as a correlation will resolve this issue.

Before modification

health_ios_before_blood_pressure_graph health_ios_before_blood_pressure_home health_ios_before_blood_pressures_page

After modification

health_ios_after_blood_pressure_graph health_ios_after_blood_pressure_home health_ios_after_blood_pressure_details health_ios_after_blood_pressures_page
bardram commented 3 months ago

ok - but since we've updated the plugin with other PRs lately (plus fixed a lot of linter problem), I would like to have this PR updated to be able to merge with the latest master branch (which has been released as version 10.1.1.).

ikoamu commented 3 months ago

Conflicts have been resolved, please confirm. Thank you.