dev-juyoung / Fitness

Flutter plugin for reading health and fitness data. Wraps HealthKit on iOS and GoogleFit on Android.
MIT License
19 stars 11 forks source link

Fix: Permission interface mismatch on flutter 3 broke compile #16

Open maltemedocs opened 2 years ago

maltemedocs commented 2 years ago

See https://github.com/dev-juyoung/Fitness/issues/15

I just wanted to show a fix. I'm nor sure whether you would want to keep this backwards compatible, if that's possible.

danielandricic commented 2 years ago

This solution worked for me, but this is not a permanent solution. You would have to change it, every time, if you run flutter clean as I know.