metaflowltd / flutter_health_fit

A flutter plugin for using Apple HealthKit and Google Fit.
Other
88 stars 33 forks source link

LMN-1431 | motionLevel-type-mismatch #17

Closed avi-mastov closed 3 years ago

avi-mastov commented 3 years ago

HKMetadataKeyHeartRateMotionContext value from iOS is returned as double, and needs to be converted to int. Added unit tests for HeartRateSample.motionLevel values for different metadata input.