8000 Upgrade version to 0.6.0. · next-coder/flutter-webrtc@5702341 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5702341

Browse files
committed
Upgrade version to 0.6.0.
1 parent 8d37879 commit 5702341

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22

33
--------------------------------------------
4+
[0.6.0] - 2021.04.01
5+
6+
* [Sponsorship] Thanks for Stream sponsorship (#475)
7+
* [Android] Fixed a crash when switching cameras on Huawei devices.
8+
* [Windows] Correct signalingState & iceConnectionState event name on Windows. (#502)
9+
* [Dart] Clip behaviour. (#511)
10+
* [Dart] null-safety (@wer-mathurin Thanks for the hard work).
11+
* [Dart] Fix setMicrophoneMute (#466)
12+
* [Web] Fix pc.addTransceiver method, fix RTCRtpMediaType to string, fix (#437)
13+
* [Android] fix sdpSemantics issue (#478)
14+
415
[0.6.0-nullsafety.0] - 2021.03.22
516

617
* [Dart] null-safety (@wer-mathurin Thanks for the hard work).

pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: flutter_webrtc
22
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
3-
version: 0.6.0-nullsafety.0
3+
version: 0.6.0
44
homepage: https://github.com/cloudwebrtc/flutter-webrtc
55
environment:
66
sdk: '>=2.12.0 <3.0.0'
7-
flutter: ^1.22.0
87

98
dependencies:
109
flutter:

0 commit comments

Comments
 (0)
0