Skip to content

Commit a103eca

Browse files
committed
Update validator code.
1 parent ebcc131 commit a103eca

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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+
## 0.6.8
4+
5+
Update `Validate` code.
6+
37
## 0.6.7
48

59
Use the async GCD in iOS.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ A:For unknown reasons, image compression in Dart language is not efficient, ev
5050

5151
```yaml
5252
dependencies:
53-
flutter_image_compress: ^0.6.7
53+
flutter_image_compress: ^0.6.8
5454
```
5555
5656
```dart

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_image_compress
22
description: compress image with native code(objc kotlin), it's faster. This library can work on android/ios.
3-
version: 0.6.7
3+
version: 0.6.8
44
author: caijinglong<[email protected]>
55
homepage: https://github.com/OpenFlutter/flutter_image_compress
66

0 commit comments

Comments
 (0)