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!
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: