forked from flutter-webrtc/flutter-webrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
37 lines (34 loc) · 827 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
name: flutter_webrtc
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
version: 0.9.23
homepage: https://github.com/cloudwebrtc/flutter-webrtc
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: '>=1.22.0'
dependencies:
dart_webrtc: 1.0.15
flutter:
sdk: flutter
path_provider: ^2.0.2
webrtc_interface: 1.0.11
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