File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.0.12] - 2023-09-08
2
+
3
+ * Fixed issues with Ratio and CustomImageCrop
4
+
1
5
## [ 0.0.11] - 2023-09-01
2
6
3
7
* Added clipShapeOnCrop to prevent clipping the image to the crop shape
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ packages:
49
49
path: ".."
50
50
relative: true
51
51
source: path
52
- version: "0.0.11 "
52
+ version: "0.0.12 "
53
53
fake_async:
54
54
dependency: transitive
55
55
description:
Original file line number Diff line number Diff line change 1
1
name : custom_image_crop
2
2
description : An image cropper that is customizable. You can rotate, scale and translate either through gestures or a controller
3
- version : 0.0.11
3
+ version : 0.0.12
4
4
homepage : https://github.com/icapps/flutter-custom-image-crop
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments