health_kit_reporter icon indicating copy to clipboard operation
health_kit_reporter copied to clipboard

I need know if workout is outdoor or indoor

Open appsowner opened this issue 1 year ago • 3 comments

Is your feature request related to a problem? Please describe. I need know if workout is outdoor or indoor

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered i need paint map if is outdoor

Additional context

appsowner avatar Sep 26 '23 00:09 appsowner

if (workout.harmonized.metadata?['HKIndoorWorkout'] == '1')
{
...
}

AliakseiT avatar Sep 26 '23 06:09 AliakseiT

Hi,

Always return null :

   print(e.harmonized.type.description);
    print(e.harmonized.metadata);

result : flutter: Walking flutter: 1695680185.444363 flutter: 2023-09-25 19:16:25.000 flutter: 701.4890412739478 flutter: metadata flutter: null flutter: Running flutter: 1695679628.027242 flutter: 2023-09-25 19:07:08.000 flutter: 88.06042102631181 flutter: metadata flutter: null

result the other app image

Thanks for you help

appsowner avatar Sep 26 '23 12:09 appsowner

hello! any idea ? thanks.

appsowner avatar Oct 05 '23 17:10 appsowner