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
0 comments:
Post a Comment