crop_box 1.0.2
crop_box: ^1.0.2 copied to clipboard
A component that can be tailored for a variety of materials.Widget for Clip.
0.1.0 2021-01-13. #
- Release new package, support all kinds of material cutting operation and region calculation.
0.1.1 2021-02-03. #
- update doc.
0.1.2 2021-03-16. #
- add Circle CropBox. Now you can use
cropBoxType: CropBoxType.Circleto change the UI of CropBox,And the return params is alsoRecttype;
0.1.3 2021-03-22. #
- add
borderRadiusborderWidthandneedInnerBorder;
0.1.4 2021-03-23. #
- add
gridLineproperty;
0.1.5 2021-03-24. #
- add
CropBoxBorder cropBoxBorderproperty, removeborderColorborderRadiusborderWidthproperties;
0.1.6 2021-03-26. #
- add
backgroundColorproperty;
0.1.7 2021-03-26. #
- change mask color to
rgba(0,0,0,0.5);
0.1.8 2021-04-03. #
- add
ImageCrop.getResultto get real image crop result Uint8List;
0.1.9 2021-04-12. #
- add
ImageCrop.getImageSizeto get real image size;
0.1.10 2021-04-25. #
- bug fix;
0.1.13 2021-04-25. #
- add
qualityandsizetoImageCrop.getResult;
1.0.1 2021-05-08. #
- add
qualityandsizetoImageCrop.getResult;
1.0.2 2021-06-02. #
- add
maskColor;