We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec342f6 commit 1ee8d15Copy full SHA for 1ee8d15
.pubignore
@@ -19,3 +19,4 @@ example/ios
19
example/screenshots
20
example/test
21
example/web
22
+.vscode/
CHANGELOG.md
@@ -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
5
## [0.0.12] - 2023-09-08
6
7
- Fixed issues with Ratio and CustomImageCrop
pubspec.yaml
@@ -1,6 +1,6 @@
name: custom_image_crop
description: An image cropper that is customizable. You can rotate, scale and translate either through gestures or a controller
-version: 0.0.12
+version: 0.0.13
homepage: https://github.com/icapps/flutter-custom-image-crop
environment:
0 commit comments