From 7f4e89f7a0d0f92b6bba24d7f66b95b5a8a7b0d3 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Tue, 1 Aug 2023 10:22:47 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=208.6.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9b7e9ca..a157b2d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ that can be found in the LICENSE file. --> See the [Migration Guide](guides/migration_guide.md) for the details of breaking changes between versions. +## 8.6.2 + +### Improvements + +- Add `appBarPreferredSize` in the picker delegate to help with padding calculations. + ## 8.6.1 ### Improvements diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 8784504a..a7028e24 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: wechat_assets_picker_demo description: The demo project for the wechat_assets_picker package. -version: 8.6.1+41 +version: 8.6.2+42 publish_to: none environment: diff --git a/pubspec.yaml b/pubspec.yaml index 2af68b69..b8e295c4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: wechat_assets_picker -version: 8.6.1 +version: 8.6.2 description: | An image picker (also with videos and audio) for Flutter projects based on WeChat's UI,