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 am in the process of developing a Web app using Flutter, and I am currently using version 4.0.1 of the flutter_image_cropper package.
I cannot upgrade to a newer version due to other dependencies (HTTP package).
When I invoke cropping, the image is being displayed inconsistently. I expect the full image to be displayed, but on occasion, it is zoomed in.
Full image
Zoomed-in image
How do I avoid this inconsistent behavior?
Here is the code that is calling the Crop function:
I am in the process of developing a Web app using Flutter, and I am currently using version 4.0.1 of the flutter_image_cropper package.
I cannot upgrade to a newer version due to other dependencies (HTTP package).
When I invoke cropping, the image is being displayed inconsistently. I expect the full image to be displayed, but on occasion, it is zoomed in.
Full image
Zoomed-in image
How do I avoid this inconsistent behavior?
Here is the code that is calling the Crop function:
The text was updated successfully, but these errors were encountered: