-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
27 lines (21 loc) · 547 Bytes
/
pubspec.yaml
File metadata and controls
27 lines (21 loc) · 547 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: video_trimmer
description: A Flutter package for trimming videos. This supports retrieving, trimming, and storage of trimmed video files to the file system.
version: 0.4.0
homepage: https://github.com/sbis04/video_trimmer
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
video_player: ^2.1.1
flutter_ffmpeg: ^0.4.0
video_thumbnail: ^0.3.3
path_provider: 1.6.27
intl: ^0.17.0
path: ^1.7.0
file_picker: 2.1.7
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.9.0
flutter: