From 5d9ddfc5d11e6498b0a3211351a74fc057618ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Le=20Goff?= Date: Thu, 16 Feb 2023 14:13:26 +0900 Subject: [PATCH] release: ready for 1.2.0 --- CHANGELOG.md | 6 ++++++ README.md | 4 +--- example/pubspec.lock | 2 +- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e3d88..4a99452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 8f62044..ed0f2a1 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 diff --git a/example/pubspec.lock b/example/pubspec.lock index 383ba5b..50b4d80 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -153,7 +153,7 @@ packages: path: ".." relative: true source: path - version: "1.1.1" + version: "1.2.0" intl: dependency: transitive description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index d06c66c..fcb4655 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -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' diff --git a/pubspec.yaml b/pubspec.yaml index bd9233f..fde56b1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: