When I move the image to the edge,The _cropFunc function in the crop.dart file may sometimes have rect.right or rect.bottom values that are 0.00...0X larger than originalImage.width or originalImage.height.
i think can change code with: bottomRight: Offset(min(rect.right, originalImage.width), min(rect.bottom, originalImage.height)) ?
When I move the image to the edge,The _cropFunc function in the crop.dart file may sometimes have rect.right or rect.bottom values that are 0.00...0X larger than originalImage.width or originalImage.height. i think can change code with: bottomRight: Offset(min(rect.right, originalImage.width), min(rect.bottom, originalImage.height)) ?