Closed devmithunnath closed 5 years ago
@devmithunnath can you provide us with additional details by running with --scan option? Thanks!
I'm getting the same thing. I suspect it is the versions named in the Android/build.gradle but I'm honestly too new at this to be sure. I think the versions 16/25 may need to be more current.
android { compileSdkVersion 28 buildToolsVersion '25.0.3'
defaultConfig {
minSdkVersion 16
targetSdkVersion 25
@DRM7 were you able to confirm the underlying issue? Thanks
I'm sorry. I'm just not experienced enough to prove the issue. I'm still having the problem but I'm unable to ascertain the root cause. Thanks!
Probably the problem is that the library you rely on share_extend'conflicts with other libraries,
api' and androidx.legacy: legacy-support-core-utils: 1.0.0', and
android.support.v4.app.INotificationSideChannel' conflicts. I also met.
@sm9i looking into it, thanks
Fixed in PR #87 please upgrade to the latest plugin
I'm working on a fresh install of Flutter. All I did was adding contact services to the pubspec.yaml file and when I try to run it throws build error.
pubspec.yaml
Error