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