Skip to content

Commit

Permalink
location_web: bump version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Mar 30, 2024
1 parent f1139da commit c91bfde
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/location_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 5.0.0

- Bump minimum Dart version to 3.1, minimum Flutter version to 3.16
- Bump dependencies

## 4.2.0

- Add accuracy to location data, if available (#876 by Tyler Jewell)
Expand Down
6 changes: 3 additions & 3 deletions packages/location_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: location_web
description: The web implementation of the location plugin.
version: 4.2.0
version: 5.0.0
homepage: https://github.com/Lyokone/flutterlocation
repository: https://github.com/Lyokone/flutterlocation
issue_tracker: https://github.com/Lyokone/flutterlocation/issues
Expand All @@ -15,8 +15,8 @@ dependencies:
flutter_web_plugins:
sdk: flutter
http_parser: ^4.0.2
js: ^0.6.7
location_platform_interface: ^3.1.2
js: ^0.7.1
location_platform_interface: ^4.0.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit c91bfde

Please sign in to comment.