flutter_geocoder icon indicating copy to clipboard operation
flutter_geocoder copied to clipboard

`flutter_geocoder` uses a deprecated version of the Android embedding.

Open KarimAbdo opened this issue 2 years ago • 6 comments

The plugin flutter_geocoder uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs.

KarimAbdo avatar Feb 28 '22 11:02 KarimAbdo

This package is dead, so it's better to use geocoding.

neoacevedo avatar Apr 28 '22 22:04 neoacevedo

@neoacevedo this package is better than geocoding package. Couldn't find any other geocode library that can do findAddresses from latlng like this.

dragongesa avatar Nov 01 '22 02:11 dragongesa

@neoacevedo this package is better than geocoding package. Couldn't find any other geocode library that can do findAddresses from latlng like this.

You may try by yourself calling directly the Google Directions API.

neoacevedo avatar Nov 01 '22 17:11 neoacevedo

@neoacevedo i mean the local functionality, it is good.

dragongesa avatar Nov 02 '22 02:11 dragongesa

@dragongesa I know, I had to replace it as I said before.

neoacevedo avatar Nov 02 '22 15:11 neoacevedo

@neoacevedo this package is better than geocoding package. Couldn't find any other geocode library that can do findAddresses from latlng like this.

https://pub.dev/packages/geocoder_plus

danbeyene avatar May 15 '23 06:05 danbeyene