Skip to content

[health 13.1.4] Duplicated information from iOS devices #450

@awochniak

Description

@awochniak

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

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions