krokyze / FitKit

Flutter plugin for reading health and fitness data. Wraps HealthKit on iOS and GoogleFit on Android.
BSD 2-Clause "Simplified" License
98 stars 72 forks source link

requestCode too big. #35

Closed zbolo-wd closed 4 years ago

zbolo-wd commented 4 years ago

FitKit/android/src/main/kotlin/com/example/fit_kit/FitKitPlugin.kt

45 | private const val GOOGLE_FIT_REQUEST_CODE = 80085

Did I miss something or is there a way to set it up differently?

krokyze commented 4 years ago

Hey never had issues like this, but just understood it's actually too big. Will change it this evening and push a new version 😉

krokyze commented 4 years ago

Fix released in version 1.1.1 😉

zbolo-wd commented 4 years ago

Thanks man ;)