Can I write data to Apple HealthKit/ Google-fit in Flutter using Dart

3.8k Views Asked by At

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

There are 1 best solutions below

2
On

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