-
Couldn't load subscription status.
- Fork 4
Open
Description
Hello there :)
I faced with the problem of duplicated entries when user has Apple Watch - steps and distance looks like were duplicated at some points. Currently, I'm using methods:
final steps = await health.getHealthDataFromTypes(
startTime: ago,
endTime: now,
types: [HealthDataType.STEPS],
);
and
final distance = await health.getHealthDataFromTypes(
startTime: ago,
endTime: now,
types: [stepsDataType],
recordingMethodsToFilter: [RecordingMethod.manual]
);
do you have any way to get information about steps and distance like on Apple Health dashboards?
Metadata
Metadata
Assignees
Labels
No labels