-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhandled Exception: type 'List<dynamic>' is not a subtype of type 'Map<String, dynamic>' in type cast #299
Comments
Please include the versions of flutter, the packages you're using, and the API call you made! |
Flutter : 2.5.1 await _googleSignIn.signInSilently();
errorMessage type 'List' is not a subtype of type 'Map<String, dynamic>' in type cast |
Duplicate of #183 – but thanks for the repro! |
Ok, I see but i dont fixed |
@SercanKaya0 – see the other issue. I need to dig to see if I can figure out a work-around. |
Hmm, Okey, I'm waiting for your good news. :) |
Fixed in b418af3 |
Flutter google admob apis issue.
[VERBOSE-2:ui_dart_state.cc(209)] Unhandled Exception: type 'List' is not a subtype of type 'Map<String, dynamic>' in type cast
The text was updated successfully, but these errors were encountered: