Skip to content

Commit

Permalink
location: bump version to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Jan 23, 2025
1 parent e54b67b commit 0e150d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/location/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 8.0.0

- Bump minimum Dart version to 3.4, minimum Flutter version to 3.22
- Bump dependency on `package: location_web` to `^6.0.0`
- Remove dependency on `js` (#1007)

## 7.0.1

- Bump dependency on `package: location_web` to `^5.0.4`
Expand Down
6 changes: 3 additions & 3 deletions packages/location/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: location
description: Cross-platform plugin for easy access to device's location in real-time.
version: 7.0.1
version: 8.0.0
homepage: https://docs.page/Lyokone/flutterlocation
repository: https://github.com/Lyokone/flutterlocation
issue_tracker: https://github.com/Lyokone/flutterlocation/issues
Expand All @@ -25,8 +25,8 @@ flutter:
dependencies:
flutter:
sdk: flutter
location_platform_interface: ^5.0.0
location_web: ^5.0.4
location_platform_interface: ^6.0.0
location_web: ^6.0.0
dev_dependencies:
async: ^2.11.0
build_runner: ^2.4.14
Expand Down

0 comments on commit 0e150d0

Please sign in to comment.