geolocator_android 3.1.1
geolocator_android: ^3.1.1 copied to clipboard
Geolocation plugin for Flutter. This plugin provides the Android implementation for the geolocator.
3.1.1 #
- Fixes an issue with the foreground service connection not getting unbound correctly.
3.1.0 #
- Adds support to make a foreground service and continue processing location updates when the application is moved into the background.
3.0.4 #
- Fixes Android embedding v2 warning when compiling the example App.
3.0.3 #
- Added a default
intervalDurationvalue of 5000ms to prevent thegetCurrentPositionmethod to return a cached Location.
3.0.2 #
- Updated to the latest version of the
geolocator_platform_interface':4.0.0`.
3.0.1 #
- Replace usage of unofficial GMS library
3.0.0+4 #
- Resolve merge conflict.
3.0.0+3 #
- Fixes cast exception when converting Integer to Long.
3.0.0+2 #
- Fixes NPE when accessing the position stream.
3.0.0+1 #
- Adds
intervalDurationto theAndroidSettingsclass.
3.0.0 #
- Removed implicit request for permissions when getting a position.
- Added the [AndroidOptions] class to the
libdirectory. - Added the
forceLocationManagerproperty to the [AndroidOptions] instance.
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
getServiceStatusStreammethod 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
compileSdkVersionto31(Android 12); - Fixed the deprecation warnings/errors which caused the
flutter build appbundleto fail when usingcompileSdkVersion 31.
1.0.2 #
- Fixed didChangeAppLifecycleState goes into a loop after location request (see issue: https://github.com/Baseflow/flutter-geolocator/issues/816).
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.