Error: type '_Map<String, dynamic>' is not a subtype of type 'bool?' in type cast #2072
Labels
Android
Issue related to Android native bindings
bug
Something isn't working
needs triage
Needs triage
Describe the bug
There is a good number of Firebase Crashlytics getting fired when we try ti call
.isPlatformPaySupported
. This seems to happen to Android only.StackTrace:
We are trying to use
Stripe.instance.isPlatformPaySupportedListenable.value
where value is expecting a bool, yet for some reason, we are getting_Map<String, dynamic>
. I assume there is an exception happening and we can try catch it, but nothing is standing out as to why this error is coming from the library?To Reproduce
Haven't been able to reproduce ourselves
Expected behavior
No crash alerts coming into crashlytics.
Smartphone / tablet - OS: Android 13 & 14
Additional context
The text was updated successfully, but these errors were encountered: