-
**Is your feature request related to a problem? Please describe.**
My project requires getting `max`, alongside `average`, in `Statistics` when getting infromation about heart rate.
**Describe the…
-
**Is your feature request related to a problem? Please describe.**
My project requires getting `max`, alongside `average`, in `Statistics` when getting infromation about heart rate.
**Describe the…
-
**Is your feature request related to a problem? Please describe.**
As a developer working with Apple Health Kit, I shall be able to access clinical records (e.g. medication records) via `HKClinicalRe…
-
`dyld: Symbol not found: _OBJC_CLASS_$_HKElectrocardiogramQuery
Referenced from: /private/var/containers/Bundle/Application/943403A9-5FAB-401D-B053-3DA33B6223C0/Runner.app/Frameworks/HealthKitRepor…
-
**Describe the bug**
Using the `await HealthKitReporter.addQuantity` function causes the app to hard crash.
**To Reproduce**
```dart
final preferredUnits = await HealthKitReporter.preferredUnits…
-
**Describe the bug**
When I use HealthKitReporter.workoutQuery(predicate) to retrieve workout data, harmonized.metadata always returns null.
**To Reproduce**
`try {
final workouts = await …
-
Thanks so much for the awesome package!
I'd hugely appreciate your help with this please.
I am getting the error `PlatformException(, Error in parsing quantity type, Identifier unknown: HKQuanti…
-
**Describe the bug**
The fresh and up-to-date data is returned only on the very first query. The subsequent queries return the subset of the very first query: as the time window moves forward the les…
-
**Describe the bug**
I am simply trying to query the cardiogram with the following Predicate
final results = await HealthKitReporter.electrocardiogramQuery(
Predicate(
DateTime…
-
**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…