From 85f644e00ae469e72d2b5012a95a91c0b05aaa4c Mon Sep 17 00:00:00 2001 From: Maurits van Beusekom Date: Thu, 15 Feb 2024 14:04:52 +0100 Subject: [PATCH] Bumps version number --- geolocator_platform_interface/CHANGELOG.md | 4 ++++ geolocator_platform_interface/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/geolocator_platform_interface/CHANGELOG.md b/geolocator_platform_interface/CHANGELOG.md index bf7de11b..318717b7 100644 --- a/geolocator_platform_interface/CHANGELOG.md +++ b/geolocator_platform_interface/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.2.2 + +- Updates the documentation of the `getServiceStatusStream` method as it nolonger throws a `UnimplementedError` on web. + ## 4.2.1 - Ensures that `timestamp` is set to current date and time if platform implementations return a `null` value. diff --git a/geolocator_platform_interface/pubspec.yaml b/geolocator_platform_interface/pubspec.yaml index c8cf1fdb..b1a005e1 100644 --- a/geolocator_platform_interface/pubspec.yaml +++ b/geolocator_platform_interface/pubspec.yaml @@ -3,7 +3,7 @@ description: A common platform interface for the geolocator plugin. repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator_platform_interface # NOTE: We strongly prefer non-breaking changes, even at the expense of a # less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes -version: 4.2.1 +version: 4.2.2 dependencies: flutter: