|
1 | 1 | ## [0.0.12] - 2023-09-08
|
2 | 2 |
|
3 |
| -* Fixed issues with Ratio and CustomImageCrop |
| 3 | +- Fixed issues with Ratio and CustomImageCrop |
| 4 | +- Added fillCropSpace as CustomImageFit |
4 | 5 |
|
5 | 6 | ## [0.0.11] - 2023-09-01
|
6 | 7 |
|
7 |
| -* Added clipShapeOnCrop to prevent clipping the image to the crop shape |
| 8 | +- Added clipShapeOnCrop to prevent clipping the image to the crop shape |
8 | 9 |
|
9 | 10 | ## [0.0.10] - 2023-08-17
|
10 | 11 |
|
11 |
| -* Added didupdateWidget check to fix issues with updated images |
| 12 | +- Added didupdateWidget check to fix issues with updated images |
12 | 13 |
|
13 | 14 | ## [0.0.9] - 2023-08-10
|
14 | 15 |
|
15 |
| -* Added borderRadius |
| 16 | +- Added borderRadius |
16 | 17 |
|
17 | 18 | ## [0.0.8] - 2023-08-10
|
18 | 19 |
|
19 |
| -* Added pathPaint to customize the crop border style |
| 20 | +- Added pathPaint to customize the crop border style |
20 | 21 |
|
21 | 22 | ## [0.0.7] - 2023-08-09
|
22 | 23 |
|
23 |
| -* Added Ratio as new shape and arguments |
| 24 | +- Added Ratio as new shape and arguments |
24 | 25 |
|
25 | 26 | ## [0.0.6]
|
26 | 27 |
|
27 |
| -* Added new param to CustomImageCrop for new image fit types |
| 28 | +- Added new param to CustomImageCrop for new image fit types |
28 | 29 |
|
29 | 30 | ## [0.0.5]
|
30 | 31 |
|
31 |
| -* Added canRotate |
32 |
| -* Added customProgressIndicator |
33 |
| -* Added canScale |
34 |
| -* Added canMove |
| 32 | +- Added canRotate |
| 33 | +- Added customProgressIndicator |
| 34 | +- Added canScale |
| 35 | +- Added canMove |
35 | 36 |
|
36 | 37 | ## [0.0.4]
|
37 | 38 |
|
38 |
| -* Added documentation |
| 39 | +- Added documentation |
39 | 40 |
|
40 | 41 | ## [0.0.3]
|
41 | 42 |
|
42 |
| -* Fixed issue where cropped image's size depends on screen size used |
43 |
| -* Fixed issue where cropped image's quality is worse than original image |
44 |
| -* Updated to flutter 2.8.0 |
| 43 | +- Fixed issue where cropped image's size depends on screen size used |
| 44 | +- Fixed issue where cropped image's quality is worse than original image |
| 45 | +- Updated to flutter 2.8.0 |
45 | 46 |
|
46 | 47 | ## [0.0.2]
|
47 | 48 |
|
48 |
| -* Updated docs |
| 49 | +- Updated docs |
49 | 50 |
|
50 | 51 | ## [0.0.1]
|
51 | 52 |
|
52 |
| -* Added custom crop |
53 |
| -* Added Cicrle and Square crop shapes |
54 |
| -* Added Solid and Dotted painters for crop border |
| 53 | +- Added custom crop |
| 54 | +- Added Cicrle and Square crop shapes |
| 55 | +- Added Solid and Dotted painters for crop border |
0 commit comments