8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c400d6 commit 16b36e0Copy full SHA for 16b36e0
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
--------------------------------------------
4
+[0.9.46] - 2023-10-25
5
+
6
+fix: Crop video output size to target settings. (#1472)
7
+fi: Fix bluetooth sco not stopping after room disconnect (#1475)
8
9
[0.9.45] - 2023-09-27
10
11
* [iOS/macOS] fix: send message on non-platform thread.
pubspec.yaml
@@ -1,13 +1,13 @@
name: flutter_webrtc
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
-version: 0.9.45
+version: 0.9.46
homepage: https://github.com/cloudwebrtc/flutter-webrtc
environment:
sdk: '>=2.12.0 <4.0.0'
flutter: '>=1.22.0'
dependencies:
- collection: ^1.17.1
+ collection: ^1.17.0
dart_webrtc: 1.1.3
12
flutter:
13
sdk: flutter
0 commit comments