Last updated:
0 purchases
flutter image cropper
Crop the image with the given aspect ratio.
Features #
Simple image cropper
Usage #
Example for the usage is included in the /example folder.
var image = await CropImage.cropImage(
context: context,
image: Image.asset('images/test_image.jpg'));
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.