-
-
-
Update Wiki documentation for VO2 max feature
-
### Description
Add `delete()` method for deleting a selected data type in a range of data points.
Add `isAvailable()` method for checking if Google Fit or HealthKit are available on device
###…
-
How does a 3rd party app access Healthkit Data such as a user's steps or heart rate.
We'll take the user through a simple tutorial where they'll be able to:
- [x] allow access to healthkit data
…
-
-
Hi there, thanks so much for the fantastic package!!
I am trying to retrieve iOS ECG data including voltage information within my Flutter app.
Sadly the app crashes when I try to retrieve just a s…
-
In viewWillAppear of ORKTaskViewController, a request for HealthKit authorization is completed for non instructional ORKSteps:
```
if (![step isKindOfClass:[ORKInstructionStep class]]) {
[self st…
-
-
**I try to save a workout route harmonized but I git error**
**I try to save like this:**
```
try {
final canWrite = await HealthKitReporter.isAuthorizedToWrite(
SeriesType.work…