From 3b38cbe23a7cef46ae1dcd556780a7906124b352 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Tue, 12 Oct 2021 11:49:54 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20##=202.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0b99f0..59d2c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.5.0 + +- Add `onError` to handle errors during the picking process. +- `SaveEntityCallback` -> `EntitySaveCallback`. +- Improve folder structure of the plugin. + ## 2.4.2 - Flip the preview if the user is using a front camera. diff --git a/pubspec.yaml b/pubspec.yaml index bac2dd8..b5424e0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: wechat_camera_picker description: A camera picker which is an extension to wechat_assets_picker, but can be run separately. -version: 2.4.2 +version: 2.5.0 homepage: https://github.com/fluttercandies/flutter_wechat_camera_picker environment: