Skip to content

Commit 8e3ca1c

Browse files
committed
Updates geolocator_web to 3.0.0
1 parent a57e19b commit 8e3ca1c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

geolocator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 11.0.0
2+
3+
- **BREAKING CHANGE:** Updates dependency on geolocator_web to version [3.0.0](https://pub.dev/packages/geolocator_web/changelog).
4+
15
## 10.1.1
26

37
- 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`.

geolocator/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: geolocator
22
description: Geolocation plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API for generic location (GPS etc.) functions.
33
repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator
44
issue_tracker: https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
5-
version: 10.1.1
5+
version: 11.0.0
66

77
environment:
88
sdk: ">=2.15.0 <4.0.0"
@@ -29,7 +29,7 @@ dependencies:
2929
geolocator_platform_interface: ^4.1.0
3030
geolocator_android: ^4.3.0
3131
geolocator_apple: ^2.3.0
32-
geolocator_web: ^2.2.0
32+
geolocator_web: ^3.0.0
3333
geolocator_windows: ^0.2.2
3434

3535
dev_dependencies:

0 commit comments

Comments
 (0)