-
Notifications
You must be signed in to change notification settings - Fork 223
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
Issue with "getDetailsByPlaceId" method #130
Comments
Oh, i found the PR, that fixes this issue #126 :) |
Hello sir, [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type 'Null' is not a subtype of type 'Map<String, dynamic>' in type cast PlacesDetailsResponse _$PlacesDetailsResponseFromJson( it leads me to this line
|
Dear Lejard We have a request , can you please fix this issue fields: ['name'], => this "fields" attribute keeps failing, Request you to fix this issue
E/flutter ( 9854): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: type 'Null' is not a subtype of type 'String' in type cast |
was using flutter plugin |
How did you get the fix? Can you help us how to fix itfields: ['name'], => this "fields" attribute keeps failing, leading to a huge bill of unwanted attributes -------Snip---------- -------Snip---------- E/flutter ( 9854): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: type 'Null' is not a subtype of type 'String' in type cast |
Hello, i want to implement autocomplete, but for my application i need some aditional info about autocomplete result. For this purpose i'm using
getDetailsByPlaceId
. Here is the code:But i'm always getting an error:
It leads me to this line in
places.g.dart
file:Does anyone know what does it mean? Or how it can be fixed? Thanks.
The text was updated successfully, but these errors were encountered: