Skip to content

Commit 0e150d0

Browse files
committed
location: bump version to 8.0.0
1 parent e54b67b commit 0e150d0

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

packages/location/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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`

packages/location/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: location
22
description: Cross-platform plugin for easy access to device's location in real-time.
3-
version: 7.0.1
3+
version: 8.0.0
44
homepage: https://docs.page/Lyokone/flutterlocation
55
repository: https://github.com/Lyokone/flutterlocation
66
issue_tracker: https://github.com/Lyokone/flutterlocation/issues
@@ -25,8 +25,8 @@ flutter:
2525
dependencies:
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
3030
dev_dependencies:
3131
async: ^2.11.0
3232
build_runner: ^2.4.14

0 commit comments

Comments
 (0)