- Removes deprecated support for Android V1 embedding as support will be removed from Flutter (see flutter/flutter#144726).
- Adds
setLocaleIdentifier
to the Android example app.
- Exposes isPresent() call that returns true if there is a geocoder implementation present that may return results.
- Fixes deprecation build warnings.
- Adds Android API 34 support.
- 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
.
- Downgrades Android Gradle plugin to version 7.3.1 so the project is inline with current Flutter stable (version 3.10.5).
- Updates the Android Gradle plugin to version 8 and the Android Gradle build tools to version 8.0.2.
- Splits from
geocoding
as a federated implementation.