health_kit_reporter
health_kit_reporter copied to clipboard
I need know if workout is outdoor or indoor
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
if (workout.harmonized.metadata?['HKIndoorWorkout'] == '1')
{
...
}
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
Thanks for you help
hello! any idea ? thanks.