matanshukry / flutter_google_places_sdk

Flutter plugin for google places native sdk
32 stars 68 forks source link

Duplicate classes then java.lang.ExceptionInInitializerError #9

Closed ZacharyHandshoe closed 2 years ago

ZacharyHandshoe commented 2 years ago

I've been looking for something exactly like this package. I've been using Firebase and Firestore authentication, and am looking now for an auto-suggesting address box. The issue is on build I've gotten the following error: Pubspec.yaml

  firebase_core: ^1.10.6
  firebase_analytics: ^9.0.4
  firebase_auth: ^3.3.4
  google_sign_in: ^5.2.1
  cloud_firestore: ^3.1.5
  uuid: ^3.0.5
  google_fonts: ^2.1.1
  flutter_google_places_sdk: ^0.3.0+1

Then this is what errors out on build:

What went wrong: Execution failed for task ':app:checkDebugDuplicateClasses'. A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable Duplicate class com.google.protobuf.AbstractMessageLite found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.AbstractMessageLite$Builder found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.AbstractParser found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.AbstractProtobufList found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.BooleanArrayList found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.ByteBufferWriter found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.ByteOutput found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1)
Duplicate class com.google.protobuf.ByteString found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1)
Duplicate class com.google.protobuf.ByteString$1 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1)
Duplicate class com.google.protobuf.ByteString$ArraysByteArrayCopier found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.ByteString$BoundedByteString found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.ByteString$ByteArrayCopier found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.ByteString$ByteIterator found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.ByteString$CodedBuilder found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.ByteString$LeafByteString found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.ByteString$LiteralByteString found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.ByteString$Output found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.ByteString$SystemByteArrayCopier found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.CodedInputStream found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.CodedOutputStream found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.CodedOutputStream$1 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.CodedOutputStream$AbstractBufferedEncoder found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.CodedOutputStream$ArrayEncoder found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.CodedOutputStream$ByteOutputEncoder found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.CodedOutputStream$OutOfSpaceException found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.CodedOutputStream$OutputStreamEncoder found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.DoubleArrayList found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.ExperimentalApi found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.ExtensionLite found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1)
Duplicate class com.google.protobuf.ExtensionRegistryFactory found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.ExtensionRegistryLite found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.ExtensionRegistryLite$ObjectIntPair found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.FieldSet found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1)
Duplicate class com.google.protobuf.FieldSet$1 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1)
Duplicate class com.google.protobuf.FieldSet$FieldDescriptorLite found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.FloatArrayList found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.GeneratedMessageLite found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.GeneratedMessageLite$1 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.GeneratedMessageLite$Builder found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.GeneratedMessageLite$DefaultInstanceBasedParser found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.GeneratedMessageLite$ExtendableBuilder found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.GeneratedMessageLite$ExtendableMessage found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.GeneratedMessageLite$ExtendableMessage$ExtensionWriter found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.GeneratedMessageLite$GeneratedExtension found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.GeneratedMessageLite$MethodToInvoke found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.GeneratedMessageLite$SerializedForm found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.IntArrayList found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1)
Duplicate class com.google.protobuf.Internal found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1)
Duplicate class com.google.protobuf.Internal$BooleanList found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.Internal$DoubleList found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.Internal$EnumLite found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.Internal$EnumLiteMap found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.Internal$FloatList found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.Internal$IntList found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.Internal$ListAdapter found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.Internal$ListAdapter$Converter found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.Internal$LongList found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.Internal$MapAdapter found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.Internal$MapAdapter$1 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.Internal$MapAdapter$Converter found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.Internal$MapAdapter$EntryAdapter found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.Internal$MapAdapter$IteratorAdapter found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.Internal$MapAdapter$SetAdapter found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.Internal$ProtobufList found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.InvalidProtocolBufferException found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.LazyField found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1)
Duplicate class com.google.protobuf.LazyField$1 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1)
Duplicate class com.google.protobuf.LazyField$LazyEntry found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.LazyField$LazyIterator found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.LazyFieldLite found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1)
Duplicate class com.google.protobuf.LazyStringArrayList found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.LazyStringArrayList$ByteArrayListView found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.LazyStringArrayList$ByteStringListView found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.LazyStringList found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.LongArrayList found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1)
Duplicate class com.google.protobuf.MapEntryLite found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1)
Duplicate class com.google.protobuf.MapEntryLite$1 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.MapEntryLite$Metadata found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.MapFieldLite found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1)
Duplicate class com.google.protobuf.MessageLite found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1)
Duplicate class com.google.protobuf.MessageLite$Builder found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.MessageLiteOrBuilder found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.MessageLiteToString found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.MutabilityOracle found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.MutabilityOracle$1 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.NioByteString found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1)
Duplicate class com.google.protobuf.NioByteString$1 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.Parser found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.ProtobufArrayList found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.ProtocolStringList found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.RopeByteString found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.RopeByteString$1 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.RopeByteString$Balancer found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.RopeByteString$PieceIterator found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.RopeByteString$RopeInputStream found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.SmallSortedMap found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.SmallSortedMap$1 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.SmallSortedMap$EmptySet found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.SmallSortedMap$EmptySet$1 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.SmallSortedMap$EmptySet$2 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.SmallSortedMap$Entry found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.SmallSortedMap$EntryIterator found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.SmallSortedMap$EntrySet found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.TextFormatEscaper found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.TextFormatEscaper$1 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.TextFormatEscaper$2 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.TextFormatEscaper$ByteSequence found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.UninitializedMessageException found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.UnknownFieldSetLite found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.UnmodifiableLazyStringList found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.UnmodifiableLazyStringList$1 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.UnmodifiableLazyStringList$2 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.UnsafeByteOperations found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.UnsafeUtil found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1)
Duplicate class com.google.protobuf.UnsafeUtil$1 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1)
Duplicate class com.google.protobuf.Utf8 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.Utf8$Processor found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.Utf8$SafeProcessor found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.Utf8$UnpairedSurrogateException found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.Utf8$UnsafeProcessor found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.WireFormat found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1)
Duplicate class com.google.protobuf.WireFormat$1 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1)
Duplicate class com.google.protobuf.WireFormat$FieldType found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.WireFormat$FieldType$1 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.WireFormat$FieldType$2 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.WireFormat$FieldType$3 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.WireFormat$FieldType$4 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.WireFormat$JavaType found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.WireFormat$Utf8Validation found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.WireFormat$Utf8Validation$1 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.WireFormat$Utf8Validation$2 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1) Duplicate class com.google.protobuf.WireFormat$Utf8Validation$3 found in modules jetified-protobuf-javalite-3.17.2 (com.google.protobuf:protobuf-javalite:3.17.2) and jetified-protobuf-lite-3.0.1 (com.google.protobuf:protobuf-lite:3.0.1)`

I can get past this error temporarily by adding the following to my build.gradle file: configurations { implementation.exclude module:'protobuf-lite' }

When I use the textbox I created, the following error throws after around 15 seconds, crashing the app:

E/AndroidRuntime( 9636): FATAL EXCEPTION: pool-7-thread-1 E/AndroidRuntime( 9636): Process: PROCESS NAME, PID: 9636 E/AndroidRuntime( 9636): java.lang.ExceptionInInitializerError E/AndroidRuntime( 9636): at com.google.android.datatransport.cct.a.zze.zzb(com.google.android.datatransport:transport-backend-cct@@2.1.0:1) E/AndroidRuntime( 9636): at com.google.android.datatransport.cct.zzc.send(com.google.android.datatransport:transport-backend-cct@@2.1.0:9) E/AndroidRuntime( 9636): at com.google.android.datatransport.runtime.scheduling.jobscheduling.Uploader.logAndUpdateState(com.google.android.datatransport:transport-runtime@@2.1.0:121) E/AndroidRuntime( 9636): at com.google.android.datatransport.runtime.scheduling.jobscheduling.Uploader.lambda$upload$1(com.google.android.datatransport:transport-runtime@@2.1.0:88) E/AndroidRuntime( 9636): at com.google.android.datatransport.runtime.scheduling.jobscheduling.Uploader$$Lambda$1.run(Unknown Source:8) E/AndroidRuntime( 9636): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) E/AndroidRuntime( 9636): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) E/AndroidRuntime( 9636): at java.lang.Thread.run(Thread.java:919) E/AndroidRuntime( 9636): Caused by: java.lang.RuntimeException: Unable to get message info for com.google.android.datatransport.cct.a.zze E/AndroidRuntime( 9636): at com.google.protobuf.GeneratedMessageInfoFactory.messageInfoFor(GeneratedMessageInfoFactory.java:62) E/AndroidRuntime( 9636): at com.google.protobuf.ManifestSchemaFactory$CompositeMessageInfoFactory.messageInfoFor(ManifestSchemaFactory.java:143) E/AndroidRuntime( 9636): at com.google.protobuf.ManifestSchemaFactory.createSchema(ManifestSchemaFactory.java:55) E/AndroidRuntime( 9636): at com.google.protobuf.Protobuf.schemaFor(Protobuf.java:90) E/AndroidRuntime( 9636): at com.google.protobuf.Protobuf.schemaFor(Protobuf.java:104) E/AndroidRuntime( 9636): at com.google.protobuf.GeneratedMessageLite.makeImmutable(GeneratedMessageLite.java:175) E/AndroidRuntime( 9636): at com.google.android.datatransport.cct.a.zze.(com.google.android.datatransport:transport-backend-cct@@2.1.0:2) E/AndroidRuntime( 9636): ... 8 more E/AndroidRuntime( 9636): Caused by: java.lang.UnsupportedOperationException E/AndroidRuntime( 9636): at com.google.android.datatransport.cct.a.zze.dynamicMethod(com.google.android.datatransport:transport-backend-cct@@2.1.0:2) E/AndroidRuntime( 9636): at com.google.protobuf.GeneratedMessageLite.dynamicMethod(GeneratedMessageLite.java:256) E/AndroidRuntime( 9636): at com.google.protobuf.GeneratedMessageLite.buildMessageInfo(GeneratedMessageLite.java:286) E/AndroidRuntime( 9636): at com.google.protobuf.GeneratedMessageInfoFactory.messageInfoFor(GeneratedMessageInfoFactory.java:60) E/AndroidRuntime( 9636): ... 14 more I/Process ( 9636): Sending signal. PID: 9636 SIG: 9 Lost connection to device.`

I'm pretty sure it is due to some versioning issues.

matanshukry commented 2 years ago

@ZacharyHandshoe managed to reproduce. Looks like google places and firebase are using different versions of similiar libraries.

Google places now has an upgraded version that doesn't use that library which would solve the issue.

I will upgrade the android library in the next couple of days.

Note: if you're in a hurry you should be able to override the google places version manually in your project. Specifically this dependency:

implementation "com.google.android.libraries.places:places:$google_places_version"

The existing problematic version is 2.3.0 The version you'll want to override it with is 2.5.0

matanshukry commented 2 years ago

Released new versions that should solve the issue: https://pub.dev/packages/flutter_google_places_sdk/versions/0.3.1+1

@ZacharyHandshoe Please try them and let me know if it solves your issue.

ZacharyHandshoe commented 2 years ago

Released new versions that should solve the issue: https://pub.dev/packages/flutter_google_places_sdk/versions/0.3.1+1

@ZacharyHandshoe Please try them and let me know if it solves your issue.

This solved it fully, you're amazing!