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
Hello dear,
with forceInsideCropArea: true portrait images on init fits by height and not by width. If zoom in/out button pressed it is zoomed to fit width (as it should be). I found workaround how to solve it, but probably it can be implemented in initial logic.
// Delay and then zoom in the image to fit the width
Future.delayed(Duration(milliseconds: 100), () {
_croppController.addTransition(CropImageData(scale: 1.00001));
thanks!
The text was updated successfully, but these errors were encountered:
Hello dear,
with forceInsideCropArea: true portrait images on init fits by height and not by width. If zoom in/out button pressed it is zoomed to fit width (as it should be). I found workaround how to solve it, but probably it can be implemented in initial logic.
// Delay and then zoom in the image to fit the width
Future.delayed(Duration(milliseconds: 100), () {
_croppController.addTransition(CropImageData(scale: 1.00001));
thanks!
The text was updated successfully, but these errors were encountered: