I'm running into issues after the upgrade where I can't build for Android any longer:
> Task :flutter_health_fit:compileDebugKotlin FAILED
e: /usr/local/Caskroom/flutter/1.22.5/flutter/.pub-cache/git/flutter_health_fit-30102b653cdd2af64509edb4643e809e40139e7c/android/src/main/kotlin/com/metaflow/flutterhealthfit/FlutterHealthFitPlugin.kt: (42, 1): Class 'FlutterHealthFitPlugin' is not abstract and does not implement abstract member public abstract fun onRequestPermissionsResult(p0: Int, p1: Array<(out) String!>, p2: IntArray): Boolean defined in io.flutter.plugin.common.PluginRegistry.RequestPermissionsResultListener
e: /usr/local/Caskroom/flutter/1.22.5/flutter/.pub-cache/git/flutter_health_fit-30102b653cdd2af64509edb4643e809e40139e7c/android/src/main/kotlin/com/metaflow/flutterhealthfit/FlutterHealthFitPlugin.kt: (1068, 5): 'onRequestPermissionsResult' overrides nothing
I'm running into issues after the upgrade where I can't build for Android any longer:
Also see https://github.com/matthiasn/lotti/issues/972. Thanks for the plugin!