We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57dd8c7 commit c6f948cCopy full SHA for c6f948c
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
--------------------------------------------
4
+[1.1.0] - 2023-06-29
5
+
6
+* Add FrameCryptor interface.
7
8
[1.0.13] - 2023-04-14
9
10
* Add RTCDegradationPreference to RTCRtpParameters.
pubspec.yaml
@@ -1,10 +1,10 @@
name: webrtc_interface
description: WebRTC Interface for Dart-Web/Flutter.
-version: 1.0.13
+version: 1.1.0
homepage: https://flutter-webrtc.org
environment:
- sdk: ">=2.12.0 <3.0.0"
+ sdk: ">=2.12.0 <4.0.0"
dev_dependencies:
import_sorter: ^4.6.0
0 commit comments