Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
CaiJingLong committed Mar 25, 2021
1 parent f3202ec commit 460979c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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

Modify the constraint version of flutter to 2.0.0

## 1.0.0-nullsafety

Migrate null-safety version.
Expand Down
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
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
version: 1.0.0
homepage: https://github.com/OpenFlutter/flutter_image_compress
publish_to: https://pub.dev

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

dependencies:
flutter:
Expand Down

0 comments on commit 460979c

Please sign in to comment.