Skip to content

Commit 8463ef3

Browse files
Prepared the release
1 parent f05ca93 commit 8463ef3

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
1-
## [0.0.4] - 25/01/2021
1+
## [0.0.5]
2+
3+
* Added new param to CustomImageCrop for new image fit types
4+
5+
## [0.0.4]
26

37
* Added documentation
48

5-
## [0.0.3] - 13/12/2021
9+
## [0.0.3]
610

711
* Fixed issue where cropped image's size depends on screen size used
812
* Fixed issue where cropped image's quality is worse than original image
913
* Updated to flutter 2.8.0
1014

11-
## [0.0.2] - 30/03/2021
15+
## [0.0.2]
1216

1317
* Updated docs
1418

15-
## [0.0.1] - 30/03/2021
19+
## [0.0.1]
1620

1721
* Added custom crop
1822
* Added Cicrle and Square crop shapes

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: custom_image_crop
22
description: An image cropper that is customizable. You can rotate, scale and translate either through gestures or a controller
3-
version: 0.0.4
3+
version: 0.0.5
44
homepage: https://github.com/icapps/flutter-custom-image-crop
55

66
environment:

0 commit comments

Comments
 (0)