8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f658519 commit a7e0aa9Copy full SHA for a7e0aa9
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
--------------------------------------------
4
+[0.6.3] - 2021.04.03
5
+
6
+* [Dart] Change RTCRtpSender.track to nullable.
7
+* [Web] Fix RTCVideoView/Renderer pauses when changing child in IndexedStack.
8
9
[0.6.2] - 2021.04.02
10
11
* [Dart] Use enumerateDevices instead of getSources.
pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_webrtc
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
-version: 0.6.2
+version: 0.6.3
homepage: https://github.com/cloudwebrtc/flutter-webrtc
environment:
sdk: '>=2.12.0 <3.0.0'
0 commit comments