-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
46 lines (43 loc) · 1.03 KB
/
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
40
41
42
43
44
45
46
name: flutter_webrtc
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
version: 0.9.45+1
homepage: https://github.com/cloudwebrtc/flutter-webrtc
environment:
sdk: '>=2.12.0 <4.0.0'
flutter: '>=1.22.0'
dependencies:
collection: ^1.17.1
dart_webrtc:
git:
url: https://github.com/lambiengcode/dart-webrtc.git
path: "."
ref: 1.1.3+1
flutter:
sdk: flutter
path_provider: ^2.0.2
webrtc_interface:
git:
url: https://github.com/lambiengcode/webrtc-interface.git
path: "."
ref: 1.1.2+1
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