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 6e23967 commit 0eb920dCopy full SHA for 0eb920d
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
--------------------------------------------
4
+[1.1.1] - 2023-06-29
5
+
6
+* downgrade collection to ^1.17.1.
7
8
[1.1.0] - 2023-06-29
9
10
* Add FrameCryptor support.
pubspec.yaml
@@ -1,13 +1,13 @@
name: dart_webrtc
description: Use the dart/js library to re-wrap the webrtc js interface of the browser, to adapted common browsers.
-version: 1.1.0
+version: 1.1.1
homepage: https://github.com/flutter-webrtc/dart-webrtc
environment:
sdk: '>=2.13.0 <4.0.0'
dependencies:
- collection: ^1.17.2
+ collection: ^1.17.1
11
js: ^0.6.4
12
platform_detect: ^2.0.7
13
webrtc_interface: 1.1.0
0 commit comments