File tree 2 files changed +9
-2
lines changed 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
+
2
3
--------------------------------------------
4
+ [ 0.2.2] - 2019.12.13
5
+
6
+ * Removed the soft link of WebRTC.framework to fix compile errors of macos version when third-party flutter app depends on plugins
7
+
3
8
[ 0.2.1] - 2019.12.12
9
+
4
10
* Code format.
5
11
* Remove unused files.
6
12
7
13
[ 0.2.0] - 2019.12.12
14
+
8
15
* Add support for macOS (channel dev).
9
16
* Add support for Flutter Web (channel dev).
10
17
* Add hasTorch support for Android (Camera2 API) and iOS.
Original file line number Diff line number Diff line change 1
1
name : flutter_webrtc
2
2
description : Flutter WebRTC plugin for iOS/Android.
3
- version : 0.2.1
3
+ version : 0.2.2
4
4
homepage : https://github.com/cloudwebrtc/flutter-webrtc
5
5
6
6
dependencies :
@@ -20,4 +20,4 @@ flutter:
20
20
21
21
environment :
22
22
sdk : " >=2.2.2 <3.0.0"
23
-
23
+ flutter : " >=0.1.12 "
You can’t perform that action at this time.
0 commit comments