Skip to content

Commit

Permalink
location: bump version to 8.0.0
Browse files Browse the repository at this point in the history
bartekpacia committed Jan 23, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e54b67b commit 0e150d0
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`
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
@@ -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

0 comments on commit 0e150d0

Please sign in to comment.