Skip to content

Commit 27f4312

Browse files
authored
Merge pull request #20 from GetStream/fix/dart-webrtc-dep
fix dart_webrtc dependency constraint
2 parents ba9327e + abb8dc0 commit 27f4312

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

22
# Changelog
33

4+
[1.0.1] - 2025-04-01
5+
* Fixed the dart_webrtc version constraint
6+
47
[1.0.0] - 2025-03-31
58
* Bumped StreamWebRTC version to 125.6422.065
69
* Synced flutter-webrtc v0.13.0

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: stream_webrtc_flutter
22
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
3-
version: 1.0.0
3+
version: 1.0.1
44
homepage: https://github.com/GetStream/webrtc-flutter
55
environment:
66
sdk: ">=3.3.0 <4.0.0"
77
flutter: ">=1.22.0"
88

99
dependencies:
1010
collection: ^1.17.0
11-
dart_webrtc: ">=1.4.0 <1.5.3"
11+
dart_webrtc: ^1.5.3
1212
flutter:
1313
sdk: flutter
1414
path_provider: ^2.0.2

0 commit comments

Comments
 (0)