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 beff368 commit c77ef6eCopy full SHA for c77ef6e
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog
2
3
--------------------------------------------
4
+[0.3.2] - 2020.09.11
5
+
6
+* Reorganize the directory structure.
7
+* Replace class name navigator to MediaDevices.
8
+* Downgrade pedantic version to 1.9.0.
9
10
[0.3.1] - 2020.09.11
11
12
* [Dart] Apply pedantic linter and more rigorous analysis options.
pubspec.yaml
@@ -1,9 +1,9 @@
name: flutter_webrtc
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
-version: 0.3.1
+version: 0.3.2
homepage: https://github.com/cloudwebrtc/flutter-webrtc
environment:
- sdk: '>=2.1.1 <3.0.0'
+ sdk: '>=2.2.2 <3.0.0'
dependencies:
flutter:
0 commit comments