Looking for ?

Translate

Solved - Could not resolve all artifacts for configuration ':image_picker_android:debugUnitTestRuntimeClasspath' flutter

I added following lines in the android section of app level build.gradle of my project.



   lintOptions {
        disable 'InvalidPackage'
        disable "Instantiatable"
        checkReleaseBuilds false
        abortOnError false
    }

Also Add these lines in pubspec.yaml fixed the problem:

dependency_overrides:
  image_picker_android: 0.8.4+13

And every will start working fine.


SHARE THIS POST

About Wakabia

    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment