Skip to content

Commit

Permalink
release: ready for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeGoffMael committed Feb 16, 2023
1 parent 5540687 commit 5d9ddfc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.2.0

- Check permission before opening picker and new `onPermissionDenied` argument [#6](https://github.com/LeGoffMael/insta_assets_picker/pull/6)
- Expose `themeData` in InstaAssetPicker
- Fix crop view not expanding on android when there is few assets

## 1.1.1

- Fix warnings with Flutter 3.7
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

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

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

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

```yaml
insta_assets_picker: ^1.0.1+2
insta_assets_picker: ^1.2.0
```
### ‼️ DO NOT SKIP THIS PART
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.1.1"
version: "1.2.0"
intl:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: insta_assets_picker_demo
description: The demo project for the insta_assets_picker package.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.1.1
version: 1.2.0

environment:
sdk: '>=2.17.0 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: insta_assets_picker
description: An image picker similar with Instagram, supports multi picking, crop and aspect ratio.
version: 1.1.1
version: 1.2.0
repository: https://github.com/LeGoffMael/insta_assets_picker

environment:
Expand Down

0 comments on commit 5d9ddfc

Please sign in to comment.