Skip to content

Commit fd8ac46

Browse files
Prepared the release 0.0.6
1 parent 8463ef3 commit fd8ac46

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
## [0.0.5]
1+
## [0.0.6]
22

33
* Added new param to CustomImageCrop for new image fit types
44

5+
## [0.0.5]
6+
7+
* Added canRotate
8+
* Added customProgressIndicator
9+
* Added canScale
10+
* Added canMove
11+
512
## [0.0.4]
613

714
* Added documentation

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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.5
3+
version: 0.0.6
44
homepage: https://github.com/icapps/flutter-custom-image-crop
55

66
environment:
7-
sdk: ">=2.12.0 <3.0.0"
7+
sdk: '>=2.12.0 <4.0.0'
88
flutter: ">=2.0.2"
99

1010
dependencies:

0 commit comments

Comments
 (0)