Skip to content

Commit

Permalink
Update changelog and pubspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaiJingLong committed Feb 26, 2021
1 parent ab0721c commit f3202ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.0.0-nullsafety

Migrate null-safety version.

## 0.7.0

- Fix
Expand Down
10 changes: 7 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
name: flutter_image_compress
description: compress image with native code(objc kotlin), it's faster. This library can work on android/ios.
version: 1.0.0-nullsafety
author: caijinglong<cjl_spy@163.com>
homepage: https://github.com/OpenFlutter/flutter_image_compress

environment:
sdk: ">=2.12.0-0 <3.0.0"
flutter: ">=1.22.6"

dependencies:
flutter:
sdk: flutter

flutter:
plugin:
androidPackage: com.example.flutterimagecompress
pluginClass: FlutterImageCompressPlugin
platforms:
android:
package: com.example.flutterimagecompress
pluginClass: FlutterImageCompressPlugin
ios:
pluginClass: FlutterImageCompressPlugin

0 comments on commit f3202ec

Please sign in to comment.