cph-cachet / flutter-plugins

A collection of Flutter plugins developed by CACHET
549 stars 674 forks source link

[health]: Electrocardiogram ECG, Sleep, Mindfulness, Water #106

Open ShehanAmarakoon opened 4 years ago

ShehanAmarakoon commented 4 years ago

health 1.0.2+2 Can we fetch ECG, Sleep, Mindfulness & Water data from the health kit?

thomasnilsson commented 4 years ago

Will implement this :)

gilescm commented 4 years ago

Hi, has there been any progress on this? I'm using another plugin fit_kit to read Sleep Analysis data. It would be great to bring the sleep data into this plugin so it's all under one roof.

annshsingh commented 4 years ago

@thomasnilsson Hey, I am facing the same issue and have been using fit_kit for sleep (not ideal). Any ETA on this? Would love to have sleep (and others) implemented for both Google Fit and Health Kit :)

thomasnilsson commented 4 years ago

Hopefully later this week, I have been without an Android phone this past week.

thomasnilsson commented 4 years ago

I did the Sleep and Mindfulness for iOS, water for both in Health version 2.0.4. Not sure what you mean with ECG?

annshsingh commented 4 years ago

@thomasnilsson Thanks for the update 👍 Really appreciate it. Any update on the android side of things for sleep? Moreover the v2.4.0+1 is breaking on Android. Not able to fetch any data. Getting java.util.concurrent.ExecutionException: com.google.android.gms.common.api.ApiException: 4: The user must be signed in to make this API call. 2.3.0 works fine though.

LokiRathod commented 4 years ago

@thomasnilsson This for ECG

HKElectrocardiogramQuery https://developer.apple.com/documentation/healthkit/hksamplequery

Announcement here https://9to5mac.com/2020/06/23/ios-14-healthkit-new-features-opens-ecg-symptoms-more/

matthewfx commented 4 years ago

hi @thomasnilsson, it is a great library. Thank you very much for all your work! Do you have any ETA on the iOS14's ECG queries?

dnkoulouris commented 3 years ago

Do we have any progress with the ECG fetch?

petcupaula commented 3 years ago

@thomasnilsson Any plans to fetch sleep data on Android? Would be great to have sleep data points support on both platforms.