Answers for "flutter build failed with an exception Execution failed for task ':app:lintVitalRelease'"

1

Execution failed for task ':app:lintVitalRelease flutter build

android {
compileSdkVersion 28

lintOptions {
    disable 'InvalidPackage'
    //Put the following line
    checkReleaseBuilds false
    //abortOnError false
}
Posted by: Guest on July-20-2020

Code answers related to "flutter build failed with an exception Execution failed for task ':app:lintVitalRelease'"

Browse Popular Code Answers by Language