Skip to content

Commit b53e4a5

Browse files
committed
Update version to 13.0.1
1 parent 05def9f commit b53e4a5

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+
## 13.0.1
2+
3+
- Resolves problems when compiling non-web platforms because of illegal reference to `dart:js_interop`.
4+
15
## 13.0.0
26

37
- **BREAKING CHANGE:** Deprecates getCurrentPosition desiredAccuracy, forceAndroidLocationManager, and timeLimit parameters in favor of supplying a LocationSettings class.

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: 13.0.0
5+
version: 13.0.1
66

77
environment:
88
sdk: ">=2.15.0 <4.0.0"
@@ -29,7 +29,7 @@ dependencies:
2929
geolocator_platform_interface: ^4.2.3
3030
geolocator_android: ^4.6.0
3131
geolocator_apple: ^2.3.7
32-
geolocator_web: ^4.1.0
32+
geolocator_web: ^4.1.1
3333
geolocator_windows: ^0.2.3
3434

3535
dev_dependencies:

0 commit comments

Comments
 (0)