From 8a6f0ea519627ecc5605177cc9ae07f16bf1763c Mon Sep 17 00:00:00 2001 From: Alex Li Date: Mon, 17 Jan 2022 16:39:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20##=203.0.0-dev.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e08e6af..1787299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.0.0-dev.1 + +- Migrate to the latest photo_manager. + ## 2.6.5 - Remove duplicate future requests when saving entity. diff --git a/pubspec.yaml b/pubspec.yaml index 4195a38..db82060 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.5 +version: 3.0.0-dev.1 homepage: https://github.com/fluttercandies/flutter_wechat_camera_picker environment: @@ -14,5 +14,5 @@ dependencies: camera: ^0.9.2+2 path: ^1.8.0 path_provider: ^2.0.2 - photo_manager: ^1.3.1 + photo_manager: ^2.0.0-dev.2 video_player: ^2.1.14