health_kit_reporter
health_kit_reporter copied to clipboard
Add the ability to select Query options when looking up workout samples
Status
READY
Migrations
NO
Description
This PR exposes the sample query options allowing us to use them in Flutter. This resolves issues that are outlined in #69
There should be no regressions here as all this does is add an extra option to the categoryQuery in the Flutter plugin, the native extensions have been updated to accept this new argument and match the style that is applied to other methods. There is no native plugin change required. This is reverse compatible.
Related PRs
#67 This is essentially the same thing but for category imports