I'm working on on fitness/health app using flutter framework. I'm using google health for android and apple health for apple. The data is good for steps but not showing heart rate. Is there any proper way to integrate google health and apple health into any flutter app.
Asked
Active
Viewed 840 times
0
-
Please provide enough code so others can better understand or reproduce the problem. – Community Feb 16 '22 at 13:36
1 Answers
1
You can use the below package for health data. This lib supports both android and iOS. https://pub.dev/packages/health
Note: This lib doesn't support background fetch so you have to write native code or use another library.

Abhijeet Navgire
- 683
- 7
- 20