5

I am using flutter_health plugin for reading data from apple healthkit. Now I am thinking to write data as well. I am not getting APIs to write data on Apple health.
Please help me to know if there is any platform in flutter to write data on Apple health or on Google fit.

1 Answer 1

2

For now flutter can only read data from Iphone's Health app. Health kit API is used to read and write data but its only for swift and objective-c or for native development. You can read about it here: https://developer.apple.com/documentation/healthkit

Sign up to request clarification or add additional context in comments.

2 Comments

Wouldn't it be possible to write a plugin that does this then? I believe you should be able to write packages in native language: flutter.dev/docs/development/platform-integration/…
I found one (only one) flutter package that allows writing data to Apple Health: pub.dev/packages/health_kit_reporter but no success with Google Fit...

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.