File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- ## NEXT
1
+ ## 5.0.0
2
2
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.
3
4
- Bump ` flutter_lints ` to version of afp to 5.0.0
5
+ - Updated ` geolocator_android ` dependency to version ` ^5.0.0 `
4
6
5
7
## 13.0.4
6
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: geolocator
2
2
description : Geolocation plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API for generic location (GPS etc.) functions.
3
3
repository : https://github.com/baseflow/flutter-geolocator/tree/main/geolocator
4
4
issue_tracker : https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
5
- version : 13 .0.4
5
+ version : 14 .0.0
6
6
7
7
environment :
8
8
sdk : ^3.5.0
@@ -27,7 +27,7 @@ dependencies:
27
27
sdk : flutter
28
28
29
29
geolocator_platform_interface : ^4.2.3
30
- geolocator_android : ^4.6 .0
30
+ geolocator_android : ^5.0 .0
31
31
geolocator_apple : ^2.3.8
32
32
geolocator_web : ^4.1.1
33
33
geolocator_windows : ^0.2.3
You can’t perform that action at this time.
0 commit comments