Let\'s say I have a rectangular, portrait image:
I\'d like to crop it, such that it\'s rendered like this:
How can I do this in Flutter?
There is a new package called ImageCropper. I would recommend everyone to use this instead as it has many features and makes everything easier. It allows you to crop the image to any or specified aspect ratio you want and can even compress the image. Here is the link to the package: https://pub.dev/packages/image_cropper