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+
17## 7.0.1
28
39- Bump dependency on ` package: location_web ` to ` ^5.0.4 `
Original file line number Diff line number Diff line change 11name : location
22description : Cross-platform plugin for easy access to device's location in real-time.
3- version : 7 .0.1
3+ version : 8 .0.0
44homepage : https://docs.page/Lyokone/flutterlocation
55repository : https://github.com/Lyokone/flutterlocation
66issue_tracker : https://github.com/Lyokone/flutterlocation/issues
@@ -25,8 +25,8 @@ flutter:
2525dependencies :
2626 flutter :
2727 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
3030dev_dependencies :
3131 async : ^2.11.0
3232 build_runner : ^2.4.14
You can’t perform that action at this time.
0 commit comments