You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: This API may hit the network, and may block for excessive amounts of time, up to 60 seconds or more. It's strongly encouraged to use the asynchronous version of this API. If that is not possible, this should be run on a background thread to avoid blocking other operations.
Expected results
Both the calls in the Android backend use the synchronous API, on the UI thread:
Please check the following before submitting a new issue.
Please select affected platform(s)
Steps to reproduce
The Android
Geocoder
docs say:Expected results
Both the calls in the Android backend use the synchronous API, on the UI thread:
Instead, these should be switched to the asynchronous API, which takes an additional callback parameter of type
Geocoder.GeocodeListener
.Actual results
Currently the blocking API is used.
Code sample
N/A
Screenshots or video
N/A
Version
latest
Flutter Doctor output
N/A
The text was updated successfully, but these errors were encountered: