Skip to content

Commit ef5ba0a

Browse files
committed
release: 1.1.0.
1 parent 91392a8 commit ef5ba0a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

33
--------------------------------------------
4+
[1.1.0] - 2023-06-29
5+
6+
* Add FrameCryptor support.
7+
48
[1.0.17] - 2023-06-14
59

610
* Fix facingMode for mobile.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Use the [dart/js](https://pub.dev/packages/js) library to re-wrap the [webrtc](h
66

77
This library will be used for [flutter-webrtc](https://github.com/flutter-webrtc/flutter-webrtc) for [flutter web](https://flutter.dev/web) plugin.
88

9+
## compile E2EE worker
10+
11+
```bash
12+
dart compile js ./lib/src/e2ee.worker/e2ee.worker.dart -o web/e2ee.worker.dart.js
13+
```
14+
915
## How to develop
1016

1117
* `git clone https://github.com/flutter-webrtc/dart-webrtc && cd dart-webrtc`

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ environment:
99
dependencies:
1010
js: ^0.6.4
1111
platform_detect: ^2.0.7
12-
webrtc_interface: 1.0.13
12+
webrtc_interface: 1.1.0
1313

1414
dev_dependencies:
1515
build_runner: ^2.3.3
16-
build_web_compilers: ^3.2.7
16+
build_web_compilers: ^4.0.0
1717
http: ^0.13.3
1818
import_sorter: ^4.6.0
1919
pedantic: ^1.9.0

0 commit comments

Comments
 (0)