We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
if (workout.harmonized.metadata?['HKIndoorWorkout'] == '1') { ... }
Sorry, something went wrong.
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.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: