https://pub.dev/api/packages/geocoding/feed.atomRecently published versions of package geocoding on pub.dev2025-05-28T09:25:08.037575Zbaseflow.comPub Feed GeneratorA Flutter Geocoding plugin which provides easy geocoding and reverse-geocoding features.urn:uuid:0a9568d9-8ed5-4644-bda2-6aed3a148b12v4.0.0 of geocoding2025-05-28T09:25:08.037575Z4.0.0 was published on May 28, 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`
- Updates iOS Platform version from `11`to `12`
- Updates `geolocator_android`dependency version from `3.x.x`to `4.x.x`urn:uuid:50890a12-9622-4423-bb69-ef3df6d3eebcv3.0.0 of geocoding2024-03-13T10:06:33.056082Z3.0.0 was published on Mar 13, 2024.
Changelog excerpt:
- **BREAKING CHANGES**: - Locale is no longer part of the `locationFromAddress`and `placemarkFromAddress`, but should be set first by `setLocaleIdentifier`. This was already implemented on Android but is now working similarly on iOS.
- Updates documentation related to setting the locale.
- Added `setLocaleIdentifier`to the example app.
- Updates `geocoding_ios`version to 3.0.0.urn:uuid:89aa33c8-2f13-4add-84ca-6bfabada1fafv2.2.2 of geocoding2024-03-13T07:27:22.748539Z2.2.2 was published on Mar 13, 2024.
Changelog excerpt:
- Updates documentation for isPresent().
- Removes unused `LocaleIdentifier`parameter for isPresent().urn:uuid:ba4d40ce-0682-453b-8c29-7c0cda0ffa5fv2.2.1+1 of geocoding2024-03-12T10:53:12.940043Z2.2.1+1 was published on Mar 12, 2024.
Changelog excerpt:
- Reverts changes from version `2.2.1`, `2.2.1`should not be used. Use either version `2.2.1+1`or `3.0.0`.urn:uuid:195521cd-7148-4c93-9630-cf20a41b4aadv2.2.0 of geocoding2024-02-20T08:10:35.287554Z2.2.0 was published on Feb 20, 2024.
Changelog excerpt:
- Exposes the `isPresent()`method which on Android returns `true`if the geocoding backend service are present on the device, otherwise returns `false`. On iOS this method always returns `true`.urn:uuid:e91177a1-1286-4830-a1db-2ee6c417e217v2.1.1 of geocoding2023-10-06T08:40:50.568388Z2.1.1 was published on Oct 6, 2023.
Changelog excerpt:
- Updates the example app, so the `example/lib/main.dart`contains clear example code on how to use the geocoding plugin. Mean reason for doing so is that the `example/lib/main.dart`is shown in the "Example" tab on pub.dev.urn:uuid:94660c73-58c8-4c4a-8921-c1d5b30761d1v2.1.0 of geocoding2023-03-13T09:22:05.883677Z2.1.0 was published on Mar 13, 2023.
Changelog excerpt:
- Upgrades the app-facing package to use the federated architecture.urn:uuid:a77be6e7-d129-4339-9df8-fc4479e1519ev2.0.5 of geocoding2022-08-25T11:26:59.936189Z2.0.5 was published on Aug 25, 2022.
Changelog excerpt:
- Fixed [#58](https://github.com/Baseflow/flutter-geocoding/issues/58)getting locationFromAddress freezes main thread.urn:uuid:f9623171-7e57-481e-931f-27a158556e0dv2.0.4 of geocoding2022-03-09T09:32:04.986015Z2.0.4 was published on Mar 9, 2022.
Changelog excerpt:
- Fixes link to the Android migration guide in README.