Viper-Pro_Video_Editor

所属分类:视频捕捉采集剪辑
开发工具:Dart
文件大小:0KB
下载次数:0
上传日期:2021-11-30 17:31:19
上 传 者sh-1993
说明:  用于视频编辑的基本视频编辑器
(Basic Video Editor for video editing)

文件列表:
Screenshots/
dart_tool/
idea/
lib/
test/
CHANGELOG.md
LICENSE
example
pubspec.lock
pubspec.yaml

# Viper-Pro_video_editor ## Features - Super flexible UI Design. - Support actions: - Crop - Trim - Scale - Rotate - Cover selection

Following steps will help you add this library as a dependency in your flutter project. - In the `pubspec.yaml` file in the root of your project ```yaml dependencies: video_editor: ^1.2.2 ``` - Run the following command to get packages: ```bash $ flutter packages get ``` - Import the package in your project file: ```dart import 'package:video_editor/video_editor.dart'; ```

- Dependencies used: - [Helpers](https://pub.dev/packages/helpers) - [Image Picker](https://pub.dev/packages/image_picker) ## FAQ 1. Crash on release mode in android ``` -keep class com.arthenica.mobileffmpeg.Config { native ; void log(long, int, byte[]); void statistics(long, int, float, float, long , int, double, double); } -keep class com.arthenica.mobileffmpeg.AbiDetect { native ; } ```

近期下载者

相关文件


收藏者