forked from AgoraIO-Extensions/Agora-Flutter-SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
35 lines (34 loc) · 832 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
name: agora_rtc_engine
description: >-
Flutter plugin to simply integrate Agora Video Calling or Live Video Streaming
to your app with just a few lines of code.
version: 4.2.0-rc.2
homepage: 'https://www.agora.io'
repository: 'https://github.com/AgoraIO/Flutter-SDK'
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: '>=1.12.13+hotfix.6'
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
json_annotation: ^4.4.0
dev_dependencies:
integration_test:
sdk: flutter
flutter_test:
sdk: flutter
flutter_driver:
sdk: flutter
pedantic: ^1.11.0
build_runner: ^1.11.5
json_serializable: ^6.1.1
flutter:
plugin:
platforms:
android:
package: io.agora.agora_rtc_engine
pluginClass: AgoraRtcEnginePlugin
ios:
pluginClass: AgoraRtcEnginePlugin