-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
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
Add Support for Underwater Diving #81
Comments
hi @mertymcgraw please check the latest release https://pub.dev/packages/health_kit_reporter/changelog#211---29052023 and sorry for my long absence |
@kvs-coder I am still not seeing underwaterDiving as workout activity type in here. Would it be possible to add? Happy to put up the pr if needed. |
hey @mertymcgraw I please check now, I added missing types to the workoutType including New version of the package 2.3.1 https://pub.dev/packages/health_kit_reporter |
Thank you so much @kvs-coder!! |
Is your feature request related to a problem? Please describe.
With the launch of the Apple Watch Ultra, underwaterDiving was added as a HKWorkoutActivityType. Currently, workout queries that have underwater diving activities in the returned
List<Workout>
throw theUnknown value: 84
error.Describe the solution you'd like
Please add
underwaterDiving
as aWorkoutActivityType
. I am happy to put up a PR.The text was updated successfully, but these errors were encountered: