geocoding_darwin 1.0.3
geocoding_darwin: ^1.0.3 copied to clipboard
A Flutter Geocoding plugin which provides easy geocoding and reverse-geocoding features for iOS and macOS.
1.0.3 #
- 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.
1.0.2 #
- Registers the
GeocodingDarwinFactoryclass asdartPluginClassfactory to ensure the plugin automatically registers it self correctly.
1.0.1 #
- Updates the example app to demonstrate Darwin-specific native CLGeocoder
methods via
clgeocoder.dart.
1.0.0 #
- Initial release of the geocoding_darwin package containing easy geocoding and reverse-geocoding features for iOS and macOS.