geolocator_android 2.1.0 copy "geolocator_android: ^2.1.0" to clipboard
geolocator_android: ^2.1.0 copied to clipboard

PlatformAndroid
unlistedoutdated

Geolocation plugin for Flutter. This plugin provides the Android implementation for the geolocator.

2.1.0 #

  • Added Approximate Location support for Android 12;
  • Added support to request the location accuracy on Android through the Geolocator.getLocationAccuracy() method;
  • Make sure the getServiceStatusStream method returns an event when initially the Service Status is enabled on Android Devices (see issue#812.

2.0.0 #

IMPORTANT: when updating to version 2.0.0 make sure to also set the compileSdkVersion in the app/build.gradle file to 31.

  • Set Android compileSdkVersion to 31 (Android 12);
  • Fixed the deprecation warnings/errors which caused the flutter build appbundle to fail when using compileSdkVersion 31.

1.0.2 #

1.0.1 #

  • Migrate to mavenCentral as jFrog has sunset jCenter (see official announcement for more details);
  • Upgrade to Gradle 4.1.0 to stay in sync with current stable version of Flutter.

1.0.0 #

  • Initial open source release.
5
likes
120
pub points
98%
popularity

Publisher

verified publisherbaseflow.com

Geolocation plugin for Flutter. This plugin provides the Android implementation for the geolocator.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, geolocator_platform_interface

More

Packages that depend on geolocator_android