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 f27ba66 commit 6eeee7eCopy full SHA for 6eeee7e
CHANGELOG.md
@@ -1,7 +1,12 @@
1
# Changelog
2
3
--------------------------------------------
4
-[0.5.0] - 2020.11.18
+[0.5.0+1] - 2020.11.18
5
+
6
+* Remove dart-webrtc and reuse the code in dart:html
7
+ because the code generated by package:js cannot be run in dart2js.
8
9
+[0.5.0] - 2020.11.15
10
11
* [Web] Add Unified-Plan for Flutter Web.
12
* [Web] Add video frame mirror support for web.
pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_webrtc
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
-version: 0.5.0
+version: 0.5.0+1
homepage: https://github.com/cloudwebrtc/flutter-webrtc
environment:
sdk: '>=2.2.2 <3.0.0'
0 commit comments