mirror of
https://github.com/easwarinair/video_editor_flutter.git
synced 2026-03-13 09:30:41 +08:00
32 lines
772 B
YAML
32 lines
772 B
YAML
name: video_editor
|
|
version: 2.4.0
|
|
description: |
|
|
A flutter package for editing video with fully customizable UI.
|
|
Supports crop, trim, rotation and cover selection.
|
|
Video and cover exportation is handled by ffmpeg
|
|
repository: https://github.com/LeGoffMael/video_editor
|
|
|
|
environment:
|
|
flutter: ">=3.0.0"
|
|
sdk: ">=2.17.0 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
ffmpeg_kit_flutter_min_gpl: ^5.1.0
|
|
path: ^1.8.0 # update to `1.8.1` causes #79
|
|
path_provider: ^2.0.12
|
|
transparent_image: ^2.0.1 # show fade-in placeholder in thumbnails generation
|
|
video_player: ^2.5.2
|
|
video_thumbnail: ^0.5.3
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter_lints: ^2.0.1
|
|
|
|
screenshots:
|
|
- description: 'Video editor demo'
|
|
path: assets/demo_thumb.webp |