forked from AgoraIO-Community/VideoUIKit-Flutter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
38 lines (33 loc) · 836 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
38
name: agora_uikit
description: Flutter plugin to simply integrate Agora Video Calling or Live
Video Streaming to your app with just a few lines of code.
version: 1.3.4
homepage: https://www.agora.io/en/
repository: https://github.com/AgoraIO-Community/VideoUIKit-Flutter
environment:
sdk: ">=2.19.0 <4.0.0"
flutter: ">=2.2.0"
dependencies:
agora_rtc_engine: ^6.2.0
agora_rtm: ^1.5.7
flutter:
sdk: flutter
http: ^1.0.0
lints: ">=1.0.1 <2.1.0"
permission_handler: ^10.2.0
responsive_grid_list: ^1.3.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: io.agora.agora_uikit
pluginClass: AgoraUikitPlugin
ios:
pluginClass: AgoraUikitPlugin
analyzer:
strong-mode: true
errors:
mixin_inherits_from_not_object: ignore