health_kit_reporter icon indicating copy to clipboard operation
health_kit_reporter copied to clipboard

Add the ability to select Query options when looking up workout samples

Open SamBergeron opened this issue 4 months ago • 0 comments

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

SamBergeron avatar Feb 26 '24 18:02 SamBergeron