-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom corners - option to hide corners #48
Comments
@hedi-ghodhbane The corners are already disappearing based on some logic (if the resizing is disabled by setting the minimum and the maximum sizes to the same value). You probably would like to override this behavior then? See: crop_image/lib/src/crop_image.dart Lines 267 to 275 in 07a64ab
|
This part was straightforward but the other suggestion should be discussed. There are several ways to solve that, the simpler one being just a callback with the canvas passed, the more complicated (and probably not really necessary) one would be to accept a replacement |
I find that this package is great, but it's missing some basic features like:
The text was updated successfully, but these errors were encountered: