Flutter Fitness App - Any way to integrate health in flutter app

1.3k Views Asked by At

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.

1

There are 1 best solutions below

0
On

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.