chooyan-eng / crop_your_image

A flutter plugin which provides Crop Widget for cropping images.
https://pub.dev/packages/crop_your_image
Apache License 2.0
163 stars 139 forks source link

How to init CropSetting #116

Open SG-XM opened 1 year ago

SG-XM commented 1 year ago

For this case: I use CropWidget opening an image with fixed croparea, and drag imge , scale image, then i need to save the transformer of image. Because I need recovery the state of Image in another page, by using the CropWidget to open the same image. How to do this? Is there any method can get the matrix and set it?