krokyze / FitKit

Flutter plugin for reading health and fitness data. Wraps HealthKit on iOS and GoogleFit on Android.
BSD 2-Clause "Simplified" License
98 stars 73 forks source link

Duplicates the AppleWatch and devices data on iOS #22

Closed janosdupai closed 4 years ago

janosdupai commented 4 years ago

The apple health stores the energy, steps, and distance data.

The apple health shows, that my Watch stored 12500 steps, and the device tracked 12200. But fit_kit cumulates the data, and I get a result of 24700. Can we make difference somehow among the data sources?

krokyze commented 4 years ago

Hey, now in the 0.0.6 version FitData has extra field source, that should solve your issue.

melsheikh92 commented 3 years ago

@krokyze is there a way to get the summary value as in the Health app on iOS without calculating steps overlaps which will not be accurate.