Skip to content

Commit f3202ec

Browse files
committed
Update changelog and pubspec.
1 parent ab0721c commit f3202ec

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## 1.0.0-nullsafety
4+
5+
Migrate null-safety version.
6+
37
## 0.7.0
48

59
- Fix

pubspec.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
name: flutter_image_compress
22
description: compress image with native code(objc kotlin), it's faster. This library can work on android/ios.
33
version: 1.0.0-nullsafety
4-
author: caijinglong<[email protected]>
54
homepage: https://github.com/OpenFlutter/flutter_image_compress
65

76
environment:
87
sdk: ">=2.12.0-0 <3.0.0"
8+
flutter: ">=1.22.6"
99

1010
dependencies:
1111
flutter:
1212
sdk: flutter
1313

1414
flutter:
1515
plugin:
16-
androidPackage: com.example.flutterimagecompress
17-
pluginClass: FlutterImageCompressPlugin
16+
platforms:
17+
android:
18+
package: com.example.flutterimagecompress
19+
pluginClass: FlutterImageCompressPlugin
20+
ios:
21+
pluginClass: FlutterImageCompressPlugin

0 commit comments

Comments
 (0)