You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
ffmpeg-kit/flutter/flutter/pubspec.yaml

31 lines
778 B

name: ffmpeg_kit_flutter
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: 6.0.0
environment:
sdk: ">=2.12.0 <4.0.0"
flutter: ">=2.0.0"
flutter:
plugin:
platforms:
android:
package: com.arthenica.ffmpegkit.flutter
pluginClass: FFmpegKitFlutterPlugin
ios:
pluginClass: FFmpegKitFlutterPlugin
macos:
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.5