diff --git a/geolocator/CHANGELOG.md b/geolocator/CHANGELOG.md index 0b88fd0e..b7ecf283 100644 --- a/geolocator/CHANGELOG.md +++ b/geolocator/CHANGELOG.md @@ -1,3 +1,7 @@ +## 13.0.1 + +- Resolves problems when compiling non-web platforms because of illegal reference to `dart:js_interop`. + ## 13.0.0 - **BREAKING CHANGE:** Deprecates getCurrentPosition desiredAccuracy, forceAndroidLocationManager, and timeLimit parameters in favor of supplying a LocationSettings class. diff --git a/geolocator/pubspec.yaml b/geolocator/pubspec.yaml index 301a2735..edebb745 100644 --- a/geolocator/pubspec.yaml +++ b/geolocator/pubspec.yaml @@ -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: 13.0.0 +version: 13.0.1 environment: sdk: ">=2.15.0 <4.0.0" @@ -29,7 +29,7 @@ dependencies: geolocator_platform_interface: ^4.2.3 geolocator_android: ^4.6.0 geolocator_apple: ^2.3.7 - geolocator_web: ^4.1.0 + geolocator_web: ^4.1.1 geolocator_windows: ^0.2.3 dev_dependencies: