-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathpubspec.yaml
More file actions
29 lines (25 loc) · 735 Bytes
/
pubspec.yaml
File metadata and controls
29 lines (25 loc) · 735 Bytes
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
name: ffmpeg_kit_flutter_full_gpl
description: FFmpeg Kit for Flutter. Supports Android, iOS and macOS platforms.
repository: https://github.com/arthenica/ffmpeg-kit
issue_tracker: https://github.com/arthenica/ffmpeg-kit/issues
homepage: https://github.com/arthenica/ffmpeg-kit
version: 5.1.0-LTS
environment:
sdk: ">=2.12.0 <4.0.0"
flutter: ">=3.29.0"
flutter:
plugin:
platforms:
android:
package: com.arthenica.ffmpegkit.flutter
pluginClass: FFmpegKitFlutterPlugin
ios:
pluginClass: FFmpegKitFlutterPlugin
dependencies:
ffmpeg_kit_flutter_platform_interface: ^0.2.1
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
plugin_platform_interface: ^2.1.3