You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not very experienced with the library. I'm just keeping an eye on it for my personal project.
There is a list of enabledTransformations, that you can pass and this should control what buttons for transformations you will have. For example: I would only rotate around its center and resize, so panAndScale, resize and rotate. Looking at the source code https://github.com/kekland/croppy/blob/master/lib/src/widgets/material/toolbar/material_image_cropper_toolbar.dart#L18C11-L18C11
It looks like the slider is shown only if the list of transformations contains rotateZ.
In the end you can create your own ImageCropperPage.
That's about the first 2 points.
I guess @kekland can add his 2cents about the last point.
Hi! Everything is theoretically customizable so all of those can be done with extending the pre-existing classes. However, with a default cupertino/material croppers it's possible to hide some buttons by providing a list of allowed transformations (see allowedTransformations). Max/min zoom is not supported yet but is on the roadmap
Congratulations for such a great package that you have developed, but I have a question:
Thanks in advance
The text was updated successfully, but these errors were encountered: