Skip to content

Commit c08e8ec

Browse files
Merge pull request #48 from icapps/release/0.0.13
Version bump
2 parents ec342f6 + 1ee8d15 commit c08e8ec

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.pubignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ example/ios
1919
example/screenshots
2020
example/test
2121
example/web
22+
.vscode/

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.0.13] - 2023-10-26
2+
3+
- Added forceInsideCropArea, whether image area must cover clip path. Default is false
4+
15
## [0.0.12] - 2023-09-08
26

37
- Fixed issues with Ratio and CustomImageCrop

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.12
3+
version: 0.0.13
44
homepage: https://github.com/icapps/flutter-custom-image-crop
55

66
environment:

0 commit comments

Comments
 (0)