geocoding 2.1.0 copy "geocoding: ^2.1.0" to clipboard
geocoding: ^2.1.0 copied to clipboard

A Flutter Geocoding plugin which provides easy geocoding and reverse-geocoding features.

2.1.0 #

  • Upgrades the app-facing package to use the federated architecture.

2.0.6 #

  • Upgrades compileSdkVersion to 33 on Android.
  • Fix issues in example project.

2.0.5+1 #

  • Update pub-web.flutter-io.cn links.

2.0.5 #

  • Fixed #58 getting locationFromAddress freezes main thread.

2.0.4 #

  • Fixes link to the Android migration guide in README.

2.0.3 #

  • Upgrades compileSdkVersion to 31 on Android.
  • Resolves Android embedding deprecation warning.

2.0.2 #

  • Migrate maven repository from jcenter to mavenCentral.

2.0.1 #

  • Update the plugin version number in the README file to the newest version;
  • Update the example app to use compileSdkversion 30 and targetSdkversion 30 in the build.gradle.

2.0.0 #

  • Migrate to null safety.

1.0.5 #

  • Make sure the README.md specifies the correct links to Apple's CLGeocoder and Android's Geocoder APIs (see #20);
  • Update the documentation to mention correct usage for the locationFromAddress feature (see #21)

1.0.4+1 #

  • Make sure the README.md mentions the correct version number.

1.0.4 #

  • Added NoResultFoundException to indicate when no results are found, instead of PlatformException

1.0.3+1 #

  • Make sure the supplied locale is respected (see issue #10)

1.0.3 #

  • Make sure public types defined in the geocoding_platform_interface are also available from the geocoding package (see #6).

1.0.2 #

  • Solve IllegalFormatConversionException on Android when geocoding request could not be resolved (see #5).

1.0.1 #

  • Pimp the example application

1.0.0 #

  • Initial open-source release
1092
likes
0
pub points
100%
popularity

Publisher

verified publisherbaseflow.com

A Flutter Geocoding plugin which provides easy geocoding and reverse-geocoding features.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, geocoding_android, geocoding_ios, geocoding_platform_interface

More

Packages that depend on geocoding