crop_your_image 0.3.0
crop_your_image: ^0.3.0 copied to clipboard
crop_your_image helps your app to embed Widgets for cropping images.
[0.3.0] - 2021.03.17 #
- Add example project in
example
directory.
[0.2.3] - 2021.03.17 #
- Fix a bug of wrong cropping rect when vertically longer image is set.
- Make the size of dots smaller.
[0.2.2] - 2021.03.16 #
- Rename
isCircle
flag intowithCircleUi
. This flag no more affects the result of the shape of cropped images. - Add
CropController.cropCircle
method so that images are cropped with circle shape.
[0.2.1] - 2021.03.16 #
- Enable to pass
isCircle
property to crop with circle shape. This flag can also be changed viaCropController
.
[0.2.0] - 2021.03.16 #
- Enable to change
aspectRatio
dynamically viaCropController
. - Enable to set
initialSize
viaCrop
constructor.
[0.1.4] - 2021.03.16 #
- Bug fixed. and improve performance.
[0.1.3] - 2021.03.16 #
- Fix not to block UI update when cropping image.
[0.1.2] - 2021.03.15 #
- Enable to fix aspect ratio if
aspectRatio
property is given.
[0.1.1] - 2021.03.14 #
- Fix README.md
[0.1.0] - 2021.03.14 #
- prevent Dot controls from exceeding thier horizontal / vertical limits.
[0.0.6] - 2021.03.12 #
- change the type of
image
parameters toUInt8List
. - return cropped data via
onCropped
callback. - now Crop Widget is available at any place and any size.
[0.0.5] - 2021.03.12 #
- Enable controling crop actions via CropController.
[0.0.4] - 2021.03.12 #
- Rename classes.
[0.0.3] - 2021.03.12 #
- Add first implementation of crop_your_image.
[0.0.2] - 2021.03.12 #
- Update information about this package.