dynamic_image_crop 0.0.9 dynamic_image_crop: ^0.0.9 copied to clipboard
A Flutter Package that crops the image by drawing lines or cropping into various shapes.
0.0.9 #
- formatting some files
0.0.8 #
- Update README.md
- add changeImageFile() method to CropController
0.0.7 #
- Change example Widget stack to Column
- Remove recursive setState(() {});
0.0.6 #
- Redraw Image when DynamicImageCrop Widget size changed.
## 0.0.5
* Add ImageByteFormat Option (default is png)
## 0.0.4
* Update Package Description
* Add dartdoc comments
* Code Refactoring
## 0.0.3
* Change LICENSE text
## 0.0.2
* Update README.md
* Change DynamicImageCrop field name
## 0.0.1
* Upload First Version