Skip to content

Commit

Permalink
🔖 ## 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Sep 14, 2021
1 parent 7460b60 commit 38cb37c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 38cb37c

Please sign in to comment.