Relative Content

Tag Archive for androidfluttergradledeferred

Flutter Deferred Component error on adding com.google.android.play:core:1.8.0: failing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable

List item I am trying to add deferred components in my flutter projects by following this doc here The first mentions to add this dependency implementation “com.google.android.play:core:1.8.0” in my android/app/build.gradle file. I am getting errors on flutter run where it mentions duplicate classes. This is my dependency section in build.gradle file dependencies { implementation fileTree(include: […]