diff --git a/packages/location_web/CHANGELOG.md b/packages/location_web/CHANGELOG.md index 7b7a8cb1..67c00ad3 100644 --- a/packages/location_web/CHANGELOG.md +++ b/packages/location_web/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.0.2 + +- Remove dependency on `dart:html` in favor of `package:web` to allow complation + to WASM (#956) + ## 5.0.1 - Downgraded dependency on js ^0.7.1 to js ^0.6.3 for compatibility with diff --git a/packages/location_web/pubspec.yaml b/packages/location_web/pubspec.yaml index 991d4fcc..e316c26f 100644 --- a/packages/location_web/pubspec.yaml +++ b/packages/location_web/pubspec.yaml @@ -1,6 +1,6 @@ name: location_web description: The web implementation of the location plugin. -version: 5.0.1 +version: 5.0.2 homepage: https://github.com/Lyokone/flutterlocation repository: https://github.com/Lyokone/flutterlocation issue_tracker: https://github.com/Lyokone/flutterlocation/issues