From a7730ce2b1d424c3a652aac1e4186cbd87d9f153 Mon Sep 17 00:00:00 2001 From: Brazol Date: Tue, 1 Apr 2025 12:32:48 +0200 Subject: [PATCH 1/3] fix dart_webrtc dependency constraint --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index c792f747c0..e7d94f9977 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: collection: ^1.17.0 - dart_webrtc: ">=1.4.0 <1.5.3" + dart_webrtc: ">=1.4.0 <1.6.0" flutter: sdk: flutter path_provider: ^2.0.2 From 02468e8899474c7acb6e69eae1c64595333590f1 Mon Sep 17 00:00:00 2001 From: Brazol Date: Tue, 1 Apr 2025 12:50:07 +0200 Subject: [PATCH 2/3] fix --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index e7d94f9977..a55e4e7c1d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: collection: ^1.17.0 - dart_webrtc: ">=1.4.0 <1.6.0" + dart_webrtc: ^1.5.3 flutter: sdk: flutter path_provider: ^2.0.2 From abb8dc0c94b93195c3ce8d2ca6f467e37d741a87 Mon Sep 17 00:00:00 2001 From: Brazol Date: Tue, 1 Apr 2025 12:54:10 +0200 Subject: [PATCH 3/3] changelog --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ebe6460c1..fa3cc34c04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog +[1.0.1] - 2025-04-01 +* Fixed the dart_webrtc version constraint + [1.0.0] - 2025-03-31 * Bumped StreamWebRTC version to 125.6422.065 * Synced flutter-webrtc v0.13.0 diff --git a/pubspec.yaml b/pubspec.yaml index a55e4e7c1d..a3dc0d25b3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: stream_webrtc_flutter description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC. -version: 1.0.0 +version: 1.0.1 homepage: https://github.com/GetStream/webrtc-flutter environment: sdk: ">=3.3.0 <4.0.0"