forked from LeGoffMael/insta_assets_picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
29 lines (24 loc) · 828 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
name: insta_assets_picker
description: An image picker similar with Instagram, supports multi picking, crop and aspect ratio.
version: 1.5.2
repository: https://github.com/LeGoffMael/insta_assets_picker
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.10.0'
dependencies:
flutter:
sdk: flutter
insta_assets_crop: ^0.0.2 # custom package from image_crop
fraction: ^5.0.0 # to show crop ratio in crop view
wechat_assets_picker: ^8.6.1
provider: ^6.0.5 # match with wechat_assets_picker package
extended_image: ^8.1.0 # match with wechat_assets_picker package
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
screenshots:
- description: 'Scroll animation'
path: example/screenshots/scroll.webp
- description: 'Crop & export'
path: example/screenshots/crop-export.webp