Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android bundle fails after upgrade to Flutter 3.0.0 #972

Closed
matthiasn opened this issue May 17, 2022 · 1 comment
Closed

Android bundle fails after upgrade to Flutter 3.0.0 #972

matthiasn opened this issue May 17, 2022 · 1 comment

Comments

@matthiasn
Copy link
Owner

matthiasn commented May 17, 2022

After upgrading to Flutter 3.0.0, the Android target fails to build with the following error.

> 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

Please help if you're knowledgable on the Android side of things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant