flutter_image_cropper 0.0.2 copy "flutter_image_cropper: ^0.0.2" to clipboard
flutter_image_cropper: ^0.0.2 copied to clipboard

The flutter package to crop the image

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'));