-
Notifications
You must be signed in to change notification settings - Fork 388
/
pubspec.yaml
43 lines (43 loc) · 1.08 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
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: 6.5.0
homepage: https://www.agora.io
repository: https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/tree/main
environment:
sdk: '>=2.17.0 <4.0.0'
flutter: '>=3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
json_annotation: ^4.4.0
ffi: '>=1.1.2'
async: '>=2.8.2'
meta: ^1.7.0
iris_method_channel: '>=2.2.0'
js: '>=0.6.3'
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: '>=1.0.0'
build_runner: ^2.1.7
json_serializable: ^6.1.1
ffigen: ^4.1.2
flutter:
plugin:
platforms:
android:
package: io.agora.agora_rtc_ng
pluginClass: AgoraRtcNgPlugin
ios:
pluginClass: AgoraRtcNgPlugin
macos:
pluginClass: AgoraRtcNgPlugin
windows:
pluginClass: AgoraRtcEnginePlugin
web:
pluginClass: AgoraRtcEngineWeb
fileName: agora_rtc_engine_web.dart