flutter_geocoder
flutter_geocoder copied to clipboard
[0.2.2] - Fixed PlatformException
- Fixed PlatformException https://github.com/aloisdeniel/flutter_geocoder/issues/29
- Format code.
- Update deps.
Hi,
when will this version be updated on pub.dev? unable to pull geocoder: ^0.2.2, does not exists yet.
Hi @shubh1204 It will be available when @aloisdeniel will merge it
@aloisdeniel Please merge this soon - it's working but I would prefer not having to import your package from a local path.
@aloisdeniel merge this bruh
@aloisdeniel can you please merge this asap
Merge this
Merge this
Merge this asap
waiting for this to be merged :)
Pls help to merge. Thank you :)
any reason this is not merged yet? @aloisdeniel
merge this, please
@aloisdeniel friendly ping
when using Geocoder.google... and result location lat & long eq 0 Flutter App breaks
var addresses = await Geocoder.google(googleApiKey) .findAddressesFromCoordinates(coordinates); ... ... ... "formatted_address" : "R. Igaçaba - St. dos Afonsos, Aparecida de Goiânia - GO, 74915-315, Brazil", "geometry" : { "bounds" : { "northeast" : { "lat" : 90, "lng" : 180 }, "southwest" : { "lat" : -90, "lng" : -180 } }, "location" : { "lat" : 0, "lng" : 0 }, "location_type" : "APPROXIMATE", "viewport" : { "northeast" : { "lat" : 90, "lng" : 180 }, "southwest" : { "lat" : -90, "lng" : -180 } } }, "place_id" : "ChIJuaTbDrrwXpMR-faqXCVYfeY", "types" : [ "postal_code" ] }
@aloisdeniel friendly ping
any update dears
@aloisdeniel Ping!
ping
Any updates about this PR?
Is there some expectations to release the version 0.2.2?