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 72 forks source link

How to get Running Activity in splits of distance #58

Open Matsuo32 opened 3 years ago

Matsuo32 commented 3 years ago

Hi I need to get running only , but result is include walking and running.

//HKSampleType.quantityType(forIdentifier: .distanceWalkingRunning) <---- include walking and running

Thank you

krokyze commented 3 years ago

Hey, currently it's not supported.

ronytesler commented 3 years ago

@Matsuo32 Anyone knows how to get the running/walking/still in Android? Not necessarily using this library.