Skip to content

Commit

Permalink
Updates geolocator_web to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanbeusekom committed Feb 15, 2024
1 parent a57e19b commit 8e3ca1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions geolocator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 11.0.0

- **BREAKING CHANGE:** Updates dependency on geolocator_web to version [3.0.0](https://pub.dev/packages/geolocator_web/changelog).

## 10.1.1

- Adds a description to the README on how to add the `BYPASS_PERMISSION_LOCATION_ALWAYS` preprocessor to bypass the need for adding the `NSLocationAlwaysUsageDescription` to the `Info.plist`.
Expand Down
4 changes: 2 additions & 2 deletions geolocator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: geolocator
description: Geolocation plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API for generic location (GPS etc.) functions.
repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator
issue_tracker: https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
version: 10.1.1
version: 11.0.0

environment:
sdk: ">=2.15.0 <4.0.0"
Expand All @@ -29,7 +29,7 @@ dependencies:
geolocator_platform_interface: ^4.1.0
geolocator_android: ^4.3.0
geolocator_apple: ^2.3.0
geolocator_web: ^2.2.0
geolocator_web: ^3.0.0
geolocator_windows: ^0.2.2

dev_dependencies:
Expand Down

0 comments on commit 8e3ca1c

Please sign in to comment.