Skip to content

Commit 8352e6e

Browse files
committed
Merge branch 'nnbd' into master
2 parents e418554 + 3aae207 commit 8352e6e

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# CHANGELOG
22

33
- [CHANGELOG](#changelog)
4+
- [1.0.0-nullsafety.0](#100-nullsafety0)
45
- [0.7.3](#073)
56
- [0.7.2](#072)
67
- [0.7.1+1](#0711)
@@ -24,6 +25,10 @@
2425
- [0.1.1](#011)
2526
- [0.1.0](#010)
2627

28+
## 1.0.0-nullsafety.0
29+
30+
First nullsafety version.
31+
2732
## 0.7.3
2833

2934
Fix: rotate error.

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Use native(objc,kotlin) code to handle image data, it is easy to process picture
99
- [image_editor](#image_editor)
1010
- [Screenshot](#screenshot)
1111
- [Platform of support](#platform-of-support)
12+
- [Change Log](#change-log)
1213
- [Support](#support)
1314
- [ImageEditor Usage](#imageeditor-usage)
1415
- [ImageEditor method params](#imageeditor-method-params)
@@ -37,6 +38,15 @@ Use native(objc,kotlin) code to handle image data, it is easy to process picture
3738

3839
Android, iOS.
3940

41+
## Change Log
42+
43+
This version is a null-safety version.
44+
45+
Please read document for null-safety information in [dart][dart-safe] or [flutter][flutter-safe].
46+
47+
[flutter-safe]: https://flutter.dev/docs/null-safety
48+
[dart-safe]: https://dart.dev/null-safety
49+
4050
## Support
4151

4252
- [x] flip

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ packages:
138138
path: ".."
139139
relative: true
140140
source: path
141-
version: "0.7.3"
141+
version: "1.0.0-nullsafety.0"
142142
image_picker:
143143
dependency: "direct main"
144144
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: image_editor
22
description: Edit your image data and output to file/memory, Use objc/kotlin to handle it.
3-
version: 0.7.3
3+
version: 1.0.0-nullsafety.0
44
homepage: https://github.com/fluttercandies/flutter_image_editor
55

66
environment:

0 commit comments

Comments
 (0)