geocoding_platform_interface 5.0.0 copy "geocoding_platform_interface: ^5.0.0" to clipboard
geocoding_platform_interface: ^5.0.0 copied to clipboard

A common platform interface for the geocoding plugin.

5.0.0 #

  • BREAKING CHANGES:
    • 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.

4.0.0 #

  • BREAKING CHANGES:
    • Releases new interface making the Geocoding plugin easier to extend and implement on different platforms.
    • Moves the old interface into the legacy folder. This interface will remain available but will no longer be maintained. To import the old interface use import 'package:geocoding_platform_interface/legacy/geocoding_platform_interface.dart.

3.2.1 #

  • Fixed analysis warnings from flutter analyse.

3.2.0 #

  • Adds isPresent method to the platform interface.

3.1.0 #

  • Adds placemarkFromAddress method to the platform interface.

3.0.0 #

  • Breaking Change Changes to the platform interface calls, the locale is now set in a separate call.
  • Removes the default method channel implementation.

2.0.1 #

  • Updated the installation instructions in the README.md file.

2.0.0 #

  • Migrate to null safety.

1.0.1+1 #

  • Make sure the README.md mentions the correct version number.

1.0.1 #

  • Added NoResultFoundException to indicate when no results are found, instead of PlatformException

1.0.0+3 #

  • Renamed the method placemarkFromAddress to locationFromAddress.

1.0.0+2 #

  • Return location class from the placemarkFromAddress method.

1.0.0+1 #

  • Add missing street and toString implementation to Placemark.

1.0.0 #

  • Initial open-source release.
4
likes
130
points
410k
downloads

Publisher

verified publisherbaseflow.com

Weekly Downloads

A common platform interface for the geocoding plugin.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, meta, plugin_platform_interface

More

Packages that depend on geocoding_platform_interface