-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpubspec.yaml
71 lines (52 loc) · 1.03 KB
/
pubspec.yaml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
name: full_picker
description: A Flutter package that helps you select files in different modes.
version: 2.1.5
homepage: https://github.com/mbfakourii/full_picker
repository: https://github.com/mbfakourii/full_picker
issue_tracker: https://github.com/mbfakourii/full_picker/issues
topics:
- picker
- camera
- cropper
- compressor
- record
environment:
sdk: ^2.17.0
flutter: ">=3.3.10"
dependencies:
flutter:
sdk: flutter
# Camera
camera: ^0.11.0+2
# Path provider
path_provider: ^2.1.3
# Toast
fluttertoast: ^8.2.5
# Crop
image_cropper: ^8.1.0
# File Picker
file_picker: ^8.0.3
# Compressor Video
light_compressor: ^2.2.0
# Recorder
record: ^5.2.0
# Stop watch timer
stop_watch_timer: ^3.1.1
# Http
http: ^1.2.1
# Uuid
uuid: ^4.4.0
# Cross file
cross_file: ^0.3.4+1
# Mime
mime: ^1.0.5
# Win32
win32: ^5.5.5
# Path
path: ^1.9.0
dev_dependencies:
flutter_test:
sdk: flutter
screenshots:
- description: Full Picker logo.
path: screenshots/logo.png