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

outdated

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.

CropImage.cropImage(
                      context: context,
                      image: Image.asset('images/test_image.jpg'));