-
Notifications
You must be signed in to change notification settings - Fork 47
/
pubspec.yaml
41 lines (34 loc) · 930 Bytes
/
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
name: insta_assets_picker
description: An image (and videos) picker similar with Instagram, supports multi picking, crop and aspect ratio.
version: 3.1.0
repository: https://github.com/LeGoffMael/insta_assets_picker
topics:
- picker
- crop
- image
- video
- instagram
environment:
sdk: ^3.2.0
flutter: '>=3.16.0'
dependencies:
flutter:
sdk: flutter
insta_assets_crop: ^0.1.0 # custom package from image_crop
fraction: ^5.0.3 # to show crop ratio in crop view
wechat_assets_picker: ^9.2.2
# match with wechat_assets_picker package
photo_manager: ^3.0.0
wechat_picker_library: ^1.0.2
extended_image: ^8.2.0
provider: ^6.0.5
video_player: ^2.7.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: any
screenshots:
- description: 'Scroll animation'
path: example/screenshots/scroll.webp
- description: 'Crop & export'
path: example/screenshots/crop-export.webp