geocoding_android 3.1.0 geocoding_android: ^3.1.0 copied to clipboard
A Flutter Geocoding plugin which provides easy geocoding and reverse-geocoding features.
3.1.0 #
- Fixes deprecation build warnings.
- Adds Android API 34 support.
3.0.0 #
- BREAKING CHANGES:
- Updates
geocoding_platform_interface
to version 3.1.0. - Adds method
setLocaleIdentifier
to set the locale for all calls to the geocoding platform. - Removes the
localeIdentifier
argument from all methods. Use methodsetLocaleIdentifier
to configure the locale.
- Updates
- Implements
placemarkFromAddress
.
2.1.2 #
- Downgrades Android Gradle plugin to version 7.3.1 so the project is inline with current Flutter stable (version 3.10.5).
2.1.1 #
- Updates the Android Gradle plugin to version 8 and the Android Gradle build tools to version 8.0.2.
2.1.0 #
- Splits from
geocoding
as a federated implementation.