https://pub.dev/api/packages/geocoding_android/feed.atomRecently published versions of package geocoding_android on pub.dev2026-03-16T13:43:13.643831Zbaseflow.comPub Feed GeneratorA Flutter Geocoding plugin which provides easy geocoding and reverse-geocoding features.urn:uuid:3ae8c71d-f818-41e2-a4ea-9ba5b6002481v5.0.1 of geocoding_android2026-03-16T13:43:13.643831Z5.0.1 was published on Mar 16, 2026. Changelog excerpt: - Updates the example app to demonstrate Android-specific platform channel methods.urn:uuid:82b06fb0-07b0-4a7c-9251-f89b440f8fbbv5.0.0 of geocoding_android2026-02-13T15:04:38.161899Z5.0.0 was published on Feb 13, 2026. Changelog excerpt: - **BREAKING CHANGES:** - Implements version 4.0.0 of the geocoding_platform_interface. - Allows passing the `Locale`with the `locationFromAddress`, `locationFromCoordinates`and `placemarkFromAddress`methods instead of having to separately set the `setLocaleIdentifier`method (this resolves potential race condition). - Changes the `Location.timestamp`field to allow `null`values. Not all platforms (e.g. Android) specify a timestamp indicating when the coordinates for an address where resolved. - Offers access to the Android native `geocoder`API by importing the `geocoder.dart`library (using: `import "package:geocoding_android/geocoder.dart";`).urn:uuid:d574fe64-0ade-43f1-a3ec-7e6228d6d56bv4.0.1 of geocoding_android2025-06-05T12:30:55.073851Z4.0.1 was published on Jun 5, 2025. Changelog excerpt: - Resolved issue #271 where the app could crash if the onError message was null. The error message is now properly handled as nullable.urn:uuid:635beba1-91be-4da4-b4e9-480a3784da52v4.0.0 of geocoding_android2025-05-26T14:15:39.176942Z4.0.0 was published on May 26, 2025. Changelog excerpt: - **BREAKING CHANGES**Please update to Flutter 3.29+ before updating to this version - Updates Android CompileSDK to 35 - Migrates example project to applying Gradle plugins with the declarative plugins block - Updates kotlin version to soon minimal supported Kotlin version `1.8.10` - Updates Gradle version to `8.11.1`urn:uuid:716a1919-f235-4e2e-82fd-6c906c04673dv3.3.1 of geocoding_android2024-05-02T06:58:06.960294Z3.3.1 was published on May 2, 2024. Changelog excerpt: - Removes deprecated support for Android V1 embedding as support will be removed from Flutter (see [flutter/flutter#144726](https://github.com/flutter/flutter/pull/144726)).urn:uuid:b6733ff1-d50a-4374-95c7-8a5a7861685fv3.3.0 of geocoding_android2024-03-11T08:13:02.256409Z3.3.0 was published on Mar 11, 2024. Changelog excerpt: - Added `setLocaleIdentifier`to the Android example app.urn:uuid:7768b235-bddf-45f8-8951-f302037b8b48v3.2.0 of geocoding_android2024-02-16T10:24:23.962224Z3.2.0 was published on Feb 16, 2024. Changelog excerpt: - Exposes isPresent() call that returns true if there is a geocoder implementation present that may return results.urn:uuid:a8c56b84-187b-4449-a6e7-abd6915067b2v3.1.0 of geocoding_android2024-02-01T15:06:35.019191Z3.1.0 was published on Feb 1, 2024. Changelog excerpt: - Fixes deprecation build warnings. - Adds Android API 34 support.urn:uuid:c7f3938b-7e02-402e-9cc7-4a88f46730eav3.0.0 of geocoding_android2023-11-27T09:38:23.101339Z3.0.0 was published on Nov 27, 2023. Changelog excerpt: - **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 method `setLocaleIdentifier`to configure the locale. - Implements `placemarkFromAddress`.urn:uuid:2795f9b8-5d12-4de0-9d5d-1b57d34d8084v2.1.2 of geocoding_android2023-07-13T11:44:00.699214Z2.1.2 was published on Jul 13, 2023. Changelog excerpt: - Downgrades Android Gradle plugin to version 7.3.1 so the project is inline with current Flutter stable (version 3.10.5).