8 questions
1
vote
0
answers
126
views
Reading Health Connect Data Simultaneously Without App Pausing or Delay?
I'm developing a workout tracking app that integrates with Health Connect to collect and process sensor data during a workout session. The expected workflow is:
The user starts a workout.
Health ...
3
votes
0
answers
2k
views
HealthConnect Rate Limited request Quota has been exceeded
So I am working on a project that uses health connect to display user health related data(Steps, Heart Rate...). But currently my app crashes with the following error sometimes:
android.os....
7
votes
1
answer
1k
views
Flutter Health Package (4.3.0) D/FLUTTER HEALTH(21559): Access Denied
User encounters "D/FLUTTER HEALTH(21559): Access Denied!" error after selecting the mail to connect to "Google Fit"
Package for me it's only working in test mode. when I set the ...
4
votes
1
answer
3k
views
Flutter - Health package not loading STEP data
I've used health-3.0.3 in my flutter application to get the Google fit data. I'm able to get every data other than STEP-data which shows zero always.
You can refer to the health package here
Health 3....