-
Notifications
You must be signed in to change notification settings - Fork 65
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
Update geocoder_address_component.dart #140
Conversation
@a14n Can you take a look and hopefully merge it and publish the new version? My plugin depends and waits for this fix |
Commits look nice. It would be great to merge it. Many plugins are dependant of this. |
Sorry for the delay. All files in the That said, from a technical point of view dartify should recursively converts the JS object to a Dart object . So it looks like a bug in JS interop because |
I didn't see #138 (comment) . So the error suggest that dartify returns a |
I believe you are correct that this is likely the cause of the error. I believe the implementation will return a Re using It may not be a big concern if this code is not in a critical path or if the list is overall small, but note that the latter is a lot more efficient. |
I also doubt we can do better with |
Thanks @sigmundch and @srujzs for your advice! Out of curiosity, had you evaluate to make |
I definitely want to make |
Fix for issue #138