-
Notifications
You must be signed in to change notification settings - Fork 142
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
Execution failed for task ':keyboard_visibility:verifyReleaseResources'. when release build #64
Comments
I suggest using my fork: https://github.com/MisterJimson/flutter_keyboard_visibility |
please download this package and add to your project and after you must upgrade build.gradle version ( 3.5.0 or higher). You can use this way |
In your subprojects {
afterEvaluate { project ->
if (project.name == "keyboard_visibility") {
android {
compileSdkVersion 28
}
}
}
} reference: https://stackoverflow.com/a/62677582 |
An error occurs when executing these commands.
When the keyboard_visibility package was excluded, it was built normally.
I referenced issue #42, but it wasn't fixed.
This is the source code where the error occurred. https://github.com/rollrat/violet/tree/4272cac7ce53d75c54238f9c2f325d54b525ca5c
Enabling
keyboard_visibility
inpubspec.yaml
gives the same error.The text was updated successfully, but these errors were encountered: