File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 8.0.0
2
+
3
+ - Bump minimum Dart version to 3.4, minimum Flutter version to 3.22
4
+ - Bump dependency on ` package: location_web ` to ` ^6.0.0 `
5
+ - Remove dependency on ` js ` (#1007 )
6
+
1
7
## 7.0.1
2
8
3
9
- Bump dependency on ` package: location_web ` to ` ^5.0.4 `
Original file line number Diff line number Diff line change 1
1
name : location
2
2
description : Cross-platform plugin for easy access to device's location in real-time.
3
- version : 7 .0.1
3
+ version : 8 .0.0
4
4
homepage : https://docs.page/Lyokone/flutterlocation
5
5
repository : https://github.com/Lyokone/flutterlocation
6
6
issue_tracker : https://github.com/Lyokone/flutterlocation/issues
@@ -25,8 +25,8 @@ flutter:
25
25
dependencies :
26
26
flutter :
27
27
sdk : flutter
28
- location_platform_interface : ^5 .0.0
29
- location_web : ^5 .0.4
28
+ location_platform_interface : ^6 .0.0
29
+ location_web : ^6 .0.0
30
30
dev_dependencies :
31
31
async : ^2.11.0
32
32
build_runner : ^2.4.14
You can’t perform that action at this time.
0 commit comments