We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf839a0 commit 2cbbdaaCopy full SHA for 2cbbdaa
2 files changed
geolocator_android/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## NEXT
+## 5.0.2
2
3
- Fixes PlatformException in example app for Android 14 (API level 34) versions and newer by updating manifest permissions.
4
- Prevented crash by checking `isSuccessful` before calling `getResult()` in location settings check.
geolocator_android/pubspec.yaml
@@ -2,7 +2,7 @@ name: geolocator_android
description: Geolocation plugin for Flutter. This plugin provides the Android implementation for the geolocator.
repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator_android
issue_tracker: https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
5
-version: 5.0.1+1
+version: 5.0.2
6
7
environment:
8
sdk: ^3.5.0
0 commit comments