forked from flutter-webrtc/flutter-webrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
39 lines (36 loc) · 862 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: flutter_webrtc
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
version: 0.10.6
homepage: https://github.com/cloudwebrtc/flutter-webrtc
environment:
sdk: '>=3.3.0 <4.0.0'
flutter: '>=1.22.0'
dependencies:
collection: ^1.17.0
dart_webrtc: ^1.4.5
flutter:
sdk: flutter
path_provider: ^2.0.2
web: ^0.5.1
webrtc_interface: ^1.2.0
dev_dependencies:
flutter_test:
sdk: flutter
import_sorter: ^4.6.0
lints: ^2.0.0
pedantic: ^1.11.1
test: any
flutter:
plugin:
platforms:
android:
package: com.cloudwebrtc.webrtc
pluginClass: FlutterWebRTCPlugin
ios:
pluginClass: FlutterWebRTCPlugin
macos:
pluginClass: FlutterWebRTCPlugin
windows:
pluginClass: FlutterWebRTCPlugin
linux:
pluginClass: FlutterWebRTCPlugin