mirror of
https://github.com/LeGoffMael/video_editor.git
synced 2026-03-13 09:12:50 +08:00
31 lines
750 B
YAML
31 lines
750 B
YAML
name: video_editor
|
|
version: 3.0.0
|
|
description: |
|
|
A flutter package for editing video with fully customizable UI.
|
|
Supports crop, trim, rotation and cover selection.
|
|
Provides commands to run in order to export the video or cover.
|
|
repository: https://github.com/LeGoffMael/video_editor
|
|
|
|
environment:
|
|
flutter: ">=3.0.0"
|
|
sdk: ">=2.17.0 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
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.6.1
|
|
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 |