mirror of
https://github.com/flutter-webrtc/flutter-webrtc
synced 2025-07-07 21:55:37 +00:00
42 lines
935 B
YAML
42 lines
935 B
YAML
name: flutter_webrtc
|
|
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
|
|
version: 0.14.2
|
|
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.5.3+hotfix.2
|
|
flutter:
|
|
sdk: flutter
|
|
path_provider: ^2.0.2
|
|
web: ^1.0.0
|
|
webrtc_interface: ^1.2.2+hotfix.2
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
import_sorter: ^4.6.0
|
|
lints: ^4.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
|
|
elinux:
|
|
pluginClass: FlutterWebRTCPlugin
|