mParticle / mparticle-flutter-sdk

A Flutter plugin that gives developers an API to implement mParticle on Flutter. This supports publishing a Flutter plugin to iOS, Android, and Web.
Apache License 2.0
4 stars 8 forks source link

[Android] getCurrentUser Nullpointer. #45

Closed Lukitaduarte closed 4 months ago

Lukitaduarte commented 5 months ago

We recently implemented the mParticle SDK in our App, we have millions of active users and we have had tens of thousands of reports of this error in our Sentry.

type 'Null' is not a subtype of type 'String'

I was able to reproduce it under the following conditions: Android Emulator API 31

Flutter doctor:

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.16.3, on macOS 14.4.1 23E224 darwin-arm64, locale pt-BR)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.3)
[✓] VS Code (version 1.85.2)
[✓] Connected device (5 available)
[✓] Network resources

• No issues found!

Captura de Tela 2024-06-20 às 12 19 10 Captura de Tela 2024-06-19 às 23 09 31