geolocator 1.2.0 copy "geolocator: ^1.2.0" to clipboard
geolocator: ^1.2.0 copied to clipboard

outdated

Geolocation plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API for generic location (GPS etc.) functions.

1.2.0 #

  • Added support to translate an address into geocoordinates and vice versa (a.k.a. Geocoding). See the README.md file for more information.

1.1.2 #

  • Fixed reported formatting issues

1.1.1 #

  • Fixed a warning generated by xCode when compiling the example project (see issue #28)
  • Fixed some warnings generated by Dart static code analyser, improving code quality

1.1.0 #

  • Introduced the option to supply a desired accuracy.

Important:

This introduces a breaking change, the getPosition and onPositionChanged properties have been replaced by methods (getPosition([LocationAccuracy desiredAccuracy = LocationAccuracy.Best]) and getPositionStream([LocationAccuracy desiredAccuracy = LocationAccuracy.Best]) respectively) accepting a parameter to indicate the desired accuracy.

1.0.0 #

  • Updated documentation
  • API defined stable

0.0.2 #

  • Solved problem with missing geolocator-Swift.h header file (see also issue Flutter#16049).

0.0.1 #

  • Initial release
5.96k
likes
0
points
1.32M
downloads

Publisher

verified publisherbaseflow.com

Weekly Downloads

Geolocation plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API for generic location (GPS etc.) functions.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, meta

More

Packages that depend on geolocator

Packages that implement geolocator