-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
40 lines (35 loc) · 1019 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
39
40
name: video_uploader
description: This flutter plugin is an easy way to upload video to api.video.
version: 1.3.0
repository: https://github.com/apivideo/api.video-flutter-uploader
issue_tracker: https://github.com/apivideo/api.video-flutter-uploader/issues
homepage: https://api.video
environment:
sdk: ">=2.12.0 <4.0.0"
flutter: ">=1.20.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
js: ^0.7.1
json_annotation: ^4.9.0
plugin_platform_interface: ^2.1.3
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.4.13
json_serializable: ^6.8.0
flutter:
plugin:
platforms:
android:
package: video.api.flutter.uploader
dartPluginClass: ApiVideoMobileUploaderPlugin
pluginClass: ApiVideoUploaderPlugin
ios:
dartPluginClass: ApiVideoMobileUploaderPlugin
pluginClass: ApiVideoUploaderPlugin
web:
pluginClass: ApiVideoUploaderPlugin
fileName: src/web/apivideo_uploader_web.dart