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 93a4856 commit 085e91dCopy full SHA for 085e91d
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
--------------------------------------------
4
+[1.0.7] - 2022-08-04
5
+
6
+* Bump version for webrtc-interface.
7
8
[1.0.6] - 2022-05-08
9
10
* Support null tracks in replaceTrack/setTrack.
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.0.6
+version: 1.0.7
homepage: https://github.com/flutter-webrtc/dart-webrtc
environment:
sdk: '>=2.13.0 <3.0.0'
dependencies:
- webrtc_interface: ^1.0.4
+ webrtc_interface: ^1.0.6
11
12
dev_dependencies:
13
build_runner: ^1.10.0
0 commit comments