- Super flexible UI Design.
- Support actions:
- Crop
- Trim
- Scale
- Rotate
- Cover selection
Installation (More info on Flutter ffmepeg kit)
Following steps will help you add this library as a dependency in your flutter project.
- In the
pubspec.yamlfile in the root of your project
dependencies:
video_editor: ^1.2.3- Run the following command to get packages:
$ flutter packages get- Import the package in your project file:
import 'package:video_editor/video_editor.dart';Example (The UI Design is fully customizable on the example)
- Dependencies used:
| Crop Video | Rotate Video |
|---|---|
| Trim Video | Export Video |
|---|---|
| Trimmer if maxDuration < videoDuration | Trim timeline | Trim icons customization |
|---|---|---|
| Video cover (selection, viewer) | Export cover |
|---|---|
Le Goff Maël |