File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ import 'dart:js_util' as jsutil;
5
5
import 'dart:math' ;
6
6
import 'dart:typed_data' ;
7
7
8
- import 'package:dart_webrtc/src/rtc_transform_stream.dart' ;
9
8
import 'package:web/web.dart' as web;
10
9
10
+ import 'package:dart_webrtc/src/rtc_transform_stream.dart' ;
11
11
import 'crypto.dart' as crypto;
12
12
import 'e2ee.keyhandler.dart' ;
13
13
import 'e2ee.logger.dart' ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ environment:
8
8
9
9
dependencies :
10
10
collection : ^1.17.1
11
- js : ^0.7.1
11
+ js : " >0.6.0 <0.8.0 "
12
12
logging : ^1.1.0
13
13
meta : ^1.8.0
14
14
platform_detect : ^2.0.7
@@ -19,7 +19,7 @@ dependencies:
19
19
dev_dependencies :
20
20
build_runner : ^2.3.3
21
21
build_web_compilers :
22
- http : ^1.2.1
22
+ http : " >0.13.0 <1.3.0 "
23
23
import_sorter : ^4.6.0
24
24
pedantic : ^1.9.0
25
25
protoo_client : ^0.3.0
You can’t perform that action at this time.
0 commit comments