forked from AgoraIO-Extensions/Agora-Flutter-SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
42 lines (42 loc) · 1.05 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
name: agora_rtc_engine
description: >-
Flutter plugin of Agora RTC SDK, allow you to simply integrate Agora Video
Calling or Live Video Streaming to your app with just a few lines of code.
version: 5.3.0
homepage: https://www.agora.io
repository: https://github.com/AgoraIO/Flutter-SDK
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: '>=2.0.0'
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
js: ^0.6.3
json_annotation: ^4.4.0
dev_dependencies:
integration_test:
sdk: flutter
flutter_test:
sdk: flutter
build_runner: ^2.1.7
json_serializable: ^6.1.1
flutter_lints: ^1.0.0
flutter:
plugin:
platforms:
android:
package: io.agora.agora_rtc_engine
pluginClass: AgoraRtcEnginePlugin
ios:
pluginClass: AgoraRtcEnginePlugin
macos:
pluginClass: AgoraRtcEnginePlugin
windows:
pluginClass: AgoraRtcEnginePlugin
web:
fileName: agora_rtc_engine_web.dart
pluginClass: AgoraRtcEngineWeb
assets:
- assets/AgoraRtcWrapper.bundle.js