Skip to content

Commit 75203a3

Browse files
updated geolocator_android version (#1685)
* updated geolocator_android version * update
1 parent a24775b commit 75203a3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

geolocator/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## NEXT
1+
## 5.0.0
22

3+
- **BREAKING CHANGE:** for Flutter `3.27.0` and below. Make sure you'll upgrade Flutter to `3.29.0` or above before using this version.
34
- Bump `flutter_lints` to version of afp to 5.0.0
5+
- Updated `geolocator_android` dependency to version `^5.0.0`
46

57
## 13.0.4
68

geolocator/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: geolocator
22
description: Geolocation plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API for generic location (GPS etc.) functions.
33
repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator
44
issue_tracker: https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
5-
version: 13.0.4
5+
version: 14.0.0
66

77
environment:
88
sdk: ^3.5.0
@@ -27,7 +27,7 @@ dependencies:
2727
sdk: flutter
2828

2929
geolocator_platform_interface: ^4.2.3
30-
geolocator_android: ^4.6.0
30+
geolocator_android: ^5.0.0
3131
geolocator_apple: ^2.3.8
3232
geolocator_web: ^4.1.1
3333
geolocator_windows: ^0.2.3

0 commit comments

Comments
 (0)