metaflowltd / flutter_health_fit

A flutter plugin for using Apple HealthKit and Google Fit.
Other
88 stars 33 forks source link

Consider publishing #40

Open matthiasn opened 2 years ago

matthiasn commented 2 years ago

I can't seem to find this library on pub.dev, would you mind publishing it? I'm using it as a git dependency at the moment but that's far from ideal.

Thanks for considering, and for the work on this library!

mirkancal commented 2 years ago

I accidentally find this plugin because I had issues with Apple Health. Works great and I receive the exact value that I see on Apple Health thanks to this plugin. Totally agree with publishing. It should be on pub.dev. One issue I see is a lack of documentation and I've been struggling with verifying scopes.

Currently, I manually deleted the weight request because that scope is not verified on my Oauth(I need only steps and only verified this), and asking for unverified scope throws an exception.

https://github.com/metaflowltd/flutter_health_fit/issues/29