From 38cb37c67a889f41af5a1b1e55cc21e06e5ddfa6 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Tue, 14 Sep 2021 13:53:11 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20##=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++-- pubspec.yaml | 4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 663d6e4..cce39d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # CHANGELOG - [CHANGELOG](#changelog) - - [1.0.0-nullsafety.0](#100-nullsafety0) + - [1.0.1](#101) + - [1.0.0](#100) - [0.7.3](#073) - [0.7.2](#072) - [0.7.1+1](#0711) @@ -25,7 +26,13 @@ - [0.1.1](#011) - [0.1.0](#010) -## 1.0.0-nullsafety.0 +## 1.0.1 + +- Migrate to Android embedding v2. +- Remove unnecessary files. +- Fix `cacheRawData` issue in the example. + +## 1.0.0 First nullsafety version. diff --git a/pubspec.yaml b/pubspec.yaml index 9732cc4..bfd1b19 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: image_editor -description: Edit your image data and output to file/memory, Use objc/kotlin to handle it. -version: 1.0.0 +description: Edit your image data and output to file/memory on Android and iOS. +version: 1.0.1 homepage: https://github.com/fluttercandies/flutter_image_editor environment: