From 3cb591fc5ce63bb140311b3e0c224842b8592c89 Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Thu, 18 May 2023 01:01:15 +0800 Subject: [PATCH] release version 2.0.1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd05673..3259df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.1 + +"DecoderBufferCallback" is deprecated. Use "ImageDecoderCallback" with ImageProvider.loadImage instead. + ## 2.0.0 *Breaking changes: diff --git a/pubspec.yaml b/pubspec.yaml index 90b04b8..827f078 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: photo_gallery description: A Flutter plugin that retrieves images and videos from mobile native gallery. -version: 2.0.0 +version: 2.0.1 repository: https://github.com/Firelands128/photo_gallery environment: