video_editor
FLUTTER API: Video Editor allows trim, crop, rotate and scale video with a super flexible UI Design.
Features
- Super flexible UI Design.
- Support actions:
- Crop
- Trim
- Scale
- Rotate
Installation (More info on Flutter FFMPEG)
Android
Add on android/build.gradle
file and define package name in ext.flutterFFmpegPackage
variable.
iOS
(Flutter >= 1.20.x)
-
Edit
ios/Podfile
, add the following block beforetarget 'Runner do
and specify the package name inmin-gpl-lts
section: -
Ensure that
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
function is called within
target 'Runner' do
block. In that case, it is mandatory that the added function is named
flutter_install_ios_plugin_pods
and that you do not make an explicit call within that block.
(Flutter < 1.20.x)
-
Edit
ios/Podfile
file and modify the default# Plugin Pods
block as follows. Do not forget to specify the package
name inmin-gpl-lts
section.
Example (The UI Design is fully customizable on the example)
- Dependencies used:
Crop Video | Rotate Video |
---|---|
![]() |
![]() |
Trim Video | Export Video |
---|---|
![]() |
![]() |