krokyze / FitKit

Flutter plugin for reading health and fitness data. Wraps HealthKit on iOS and GoogleFit on Android.
BSD 2-Clause "Simplified" License
98 stars 72 forks source link

Can I write health data in Health Apps(Apple)? #37

Open LOCKEDFILE opened 4 years ago

LOCKEDFILE commented 4 years ago

When i Use FitKit, i can read health data in Health Apps like sleep, height, weight ....

I wonder how to write Health Data?

is it possible?

Thanks you, sir.

krokyze commented 4 years ago

Sorry, currently plugin only supports reading values from history.

brightmind-loredo commented 3 years ago

@krokyze I need to write some health data. Is there any plan to update this plug-in to support writing? I need to write to both Google-fit and apple. WHat do you recomend?

krokyze commented 3 years ago

@brightmind-loredo currently there's no plan of doing it. You're always welcome to make pull request with your changes.