From 33529e28f14d7678f0944d2268a318e4194297bf Mon Sep 17 00:00:00 2001 From: Alex Li Date: Fri, 24 Dec 2021 22:26:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20##=202.6.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 +++++- pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42739db..24abb95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.6.3 + +- Fix set exposure point crashes when switching between cameras. (#66) + ## 2.6.2 - Bind circular progress color with theme. @@ -78,7 +82,7 @@ ### New Features - Add `enableSetExposure`, allow users to update the exposure from the point tapped on the screen. -- Add `enableExposureControlOnPoint`, allow users to control the exposure offset with a offset slide from the exposure point. +- Add `enableExposureControlOnPoint`, allow users to control the exposure offset with an offset slide from the exposure point. - Add `enablePinchToZoom`, allow users to zoom by pinch the screen. - Add `enablePullToZoomInRecord`, allow users to zoom by pulling up when recording video. - Add `foregroundBuilder`, allow users to build customize widget beyond the camera preview. diff --git a/pubspec.yaml b/pubspec.yaml index 93c9087..804c8e1 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.6.2 +version: 2.6.3 homepage: https://github.com/fluttercandies/flutter_wechat_camera_picker environment: