geocoding_darwin
A Flutter Geocoding plugin which provides easy geocoding and reverse-geocoding features for iOS and macOS.
1.0.3
81K downloads/mo
#1212 most downloaded on pub.dev
baseflow/flutter-geocoding
What this package is like to depend on
Last release 7 days ago
17 Aug 2026
Ships fairly regularly
a new release about every 3 months
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
6 months old
4 releases · first in 2026
4 releases in the last 12 months
see the full history below
Release timeline
4 releases · Feb 2026 to Aug 2026Releases
latest 4-
1.0.317 Aug 2026Release notes
Open source →- Moves
pigeonfromdependenciestodev_dependencies. Pigeon is a build-time code generator; the generatedgeocoding.g.dartdoes not import it at runtime. Declaring it as a runtime dependency leaked pigeon'sanalyzerversion constraint into consuming apps. This matchesgeocoding_android, which already declares pigeon underdev_dependencies. Fixes #304.
- Moves
-
1.0.201 Jul 2026Release notes
Open source →- Registers the
GeocodingDarwinFactoryclass asdartPluginClassfactory to ensure the plugin automatically registers it self correctly.
- Registers the
-
1.0.101 Jul 2026Release notes
Open source →- Updates the example app to demonstrate Darwin-specific native CLGeocoder
methods via
clgeocoder.dart.
- Updates the example app to demonstrate Darwin-specific native CLGeocoder
methods via
-
1.0.013 Feb 2026Release notes
Open source →- Initial release of the geocoding_darwin package containing easy geocoding and reverse-geocoding features for iOS and macOS.