Класс дескриптора локального модуля для providerinstaller не найден в flutter

#firebase #flutter #dart #google-cloud-firestore

# #firebase #flutter #dart #google-cloud-firestore

Вопрос:

У меня есть эта форма, в которой пользователь регистрирует свои данные и сохраняет их в Google firestore, что на самом деле работает, потому что данные хранятся в firestore, и я могу войти в систему с этими данными, если захочу, но я продолжаю получать эту ошибку всякий раз, когда отправляю данные.

 I/zygote  (20683): Do partial code cache collection, code=56KB, data=61KB
I/zygote  (20683): After code cache collection, code=55KB, data=60KB
I/zygote  (20683): Increasing code cache capacity to 256KB
D/GraphicBuffer(20683): register, handle(0x8d0f9bc0) (w:720 h:1344 s:720 f:0x1 u:f02)
I/zygote  (20683): Do full code cache collection, code=125KB, data=109KB
I/zygote  (20683): After code cache collection, code=99KB, data=69KB
W/System  (20683): Ignoring header X-Firebase-Locale because its value was null.
I/System.out(20683): isEmailSend:POST
I/System.out(20683): port:443
I/System.out(20683): Check isMmsSendPdu
I/System.out(20683): [OkHttp] sendRequest<<
W/System  (20683): Ignoring header X-Firebase-Locale because its value was null.
I/System.out(20683): isEmailSend:POST
I/System.out(20683): Check isMmsSendPdu
I/System.out(20683): [OkHttp] sendRequest<<
D/FirebaseAuth(20683): Notifying id token listeners about user ( BFN7FUKuGvMpIBaYSIpxnbkTjzB3 ).
D/FirebaseAuth(20683): Notifying auth state listeners about user ( BFN7FUKuGvMpIBaYSIpxnbkTjzB3 ).
W/DynamiteModule(20683): Local module descriptor class for providerinstaller not found.
I/DynamiteModule(20683): Considering local module providerinstaller:0 and remote module providerinstaller:0
W/ProviderInstaller(20683): Failed to load providerinstaller module: No acceptable module found. Local version is 0 and remote version is 0.
I/zygote  (20683): The ClassLoaderContext is a special shared library.
I/zygote  (20683): The ClassLoaderContext is a special shared library.
D/SharedPreferencesImpl(20683): Time required to fsync /data/user/0/com.brightapps.book_club/shared_prefs/com.google.firebase.auth.api.Store.W0RFRkFVTFRd MToyMTI3NDMzNDk2MjE6YW5kcm9pZDplMjc0M2UyNTMwMDNlZGM2YTVkZjNj.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 0, <1024: 0, <2048: 0, <4096: 1, <8192: 0, <16384: 0, >=16384: 0]
V/NativeCrypto(20683): Registering com/google/android/gms/org/conscrypt/NativeCrypto's 288 native methods...
I/ProviderInstaller(20683): Installed default security provider GmsCore_OpenSSL
I/System.out(20683): port:443
I/zygote  (20683): Do partial code cache collection, code=125KB, data=97KB
I/zygote  (20683): After code cache collection, code=125KB, data=97KB
I/zygote  (20683): Increasing code cache capacity to 512KB 
 

Я использовал как эмулятор, так и свое мобильное устройство (которое я использую для этой ошибки выше), чтобы протестировать его, и он все тот же

flutter doctor -v

 P:flutterbook_club>flutter doctor -v
[√] Flutter (Channel stable, 1.22.1, on Microsoft Windows [Version 6.3.9600], locale en-US)
    • Flutter version 1.22.1 at C:srcflutter
    • Framework revision f30b7f4db9 (2 months ago), 2020-10-08 10:06:30 -0700
    • Engine revision 75bef9f6c8
    • Dart version 2.10.1

[√] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
    • Android SDK at C:UsersbrightisaacAppDataLocalAndroidSdk
    • Platform android-30, build-tools 30.0.3
    • Java binary at: C:Program FilesAndroidAndroid Studiojrebinjava
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)
    • All Android licenses accepted.

[√] Android Studio (version 3.5)
    • Android Studio at C:Program FilesAndroidAndroid Studio
    • Flutter plugin version 44.0.1
    • Dart plugin version 191.8593
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)

[√] VS Code (version 1.44.2)
    • VS Code at C:UsersbrightisaacAppDataLocalProgramsMicrosoft VS Code
    • Flutter extension version 3.12.2

[√] Connected device (2 available)
    • Infinix X606C (mobile)             • ************* • android-arm • Android 8.1.0 (API 27)
    • Android SDK built for x86 (mobile) • emulator-5554    • android-x86 • Android 10 (API 29) (emulator)

• No issues found!
 

Пожалуйста, как я могу это исправить. если вам нужно больше материалов, которые помогут вам понять, пожалуйста, спросите

Комментарии:

1. Вы когда-нибудь находили решение?

2. @John Нет, я просто оставил все как есть, поскольку это не вызвало никаких проблем, и все по-прежнему в порядке