Skip to content

Commit 5d9ddfc

Browse files
committed
release: ready for 1.2.0
1 parent 5540687 commit 5d9ddfc

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.2.0
2+
3+
- Check permission before opening picker and new `onPermissionDenied` argument [#6](https://github.com/LeGoffMael/insta_assets_picker/pull/6)
4+
- Expose `themeData` in InstaAssetPicker
5+
- Fix crop view not expanding on android when there is few assets
6+
17
## 1.1.1
28

39
- Fix warnings with Flutter 3.7

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
[![Pub](https://img.shields.io/pub/v/insta_assets_picker.svg)](https://pub.dev/packages/insta_assets_picker)
44

5-
> **_NOTE:_** This repository is still in early stage of development. Contributions are welcomed!
6-
75
An image picker based on Instagram picker UI. It is using the powerful [flutter_wechat_assets_picker](https://pub.dev/packages/wechat_assets_picker)
86
package to handle the picker and a custom version of [image_crop](https://pub.dev/packages/image_crop) for crop.
97

@@ -30,7 +28,7 @@ package to handle the picker and a custom version of [image_crop](https://pub.de
3028
Add this package to the `pubspec.yaml`
3129

3230
```yaml
33-
insta_assets_picker: ^1.0.1+2
31+
insta_assets_picker: ^1.2.0
3432
```
3533
3634
### ‼️ DO NOT SKIP THIS PART

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ packages:
153153
path: ".."
154154
relative: true
155155
source: path
156-
version: "1.1.1"
156+
version: "1.2.0"
157157
intl:
158158
dependency: transitive
159159
description:

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: insta_assets_picker_demo
22
description: The demo project for the insta_assets_picker package.
33
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
4-
version: 1.1.1
4+
version: 1.2.0
55

66
environment:
77
sdk: '>=2.17.0 <3.0.0'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: insta_assets_picker
22
description: An image picker similar with Instagram, supports multi picking, crop and aspect ratio.
3-
version: 1.1.1
3+
version: 1.2.0
44
repository: https://github.com/LeGoffMael/insta_assets_picker
55

66
environment:

0 commit comments

Comments
 (0)