Skip to content

Commit

Permalink
Update version to 13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanbeusekom committed Aug 6, 2024
1 parent 05def9f commit b53e4a5
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 @@
## 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.
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: 13.0.0
version: 13.0.1

environment:
sdk: ">=2.15.0 <4.0.0"
Expand All @@ -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:
Expand Down

0 comments on commit b53e4a5

Please sign in to comment.