flutter_geocoder icon indicating copy to clipboard operation
flutter_geocoder copied to clipboard

Flutter plugin for forward and reverse geocoding

Results 45 flutter_geocoder issues
Sort by recently updated
recently updated
newest added

I modified the package to use the new Android plugin APIs. I haven't tested on iOS, but apart from the pubspec, all the changes are for Android. I know you...

Will you make the package/plugin null safety?

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...

Im using geocoder on iOS and I'm getting this message on screen. MissingPluginException(No implementation found for method findAddressesFromQuery on channel github.com/aloisdeniel/geocoder). How do I fix this?

Hello everybody! I regularly use this plugin for building production applications; but i've recently been notified by a customer of a bug on an app, [...], below is the error...

bug

So apparently here on Github there are still changes being made but on pub.dev the package hasn't been updated in over 2 years. Anything official about this so people won't...

Getting below error in console panel: ``` The plugins `flutter_geocoder` use a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see...

* Fixed PlatformException https://github.com/aloisdeniel/flutter_geocoder/issues/29 * Format code. * Update deps.

Hi, This pull request adds web support. Instead of using dart's inbuilt `HttpClient()`, which do not support the web, I've added `http` package which supports all the platform including the...

Kindly make this package / plug-in NULL SAFETY. Thanks.