image_cropping icon indicating copy to clipboard operation
image_cropping copied to clipboard

- Updated version of image package and changes according to new code

Open jaydeepkaria-mi opened this issue 2 years ago • 1 comments

jaydeepkaria-mi avatar Dec 01 '23 12:12 jaydeepkaria-mi

@jaydeepkaria-mi Thank you for your amazing PR. But I think there are some issues on the web only. After picking an image, it is taking a negative value in width in this line. final image = Image.fromBytes(width: width, height: height, bytes: imageBytes.buffer); For that reason, libraryImage remains uninitialized, which is causing the error of not returning the Uint8List image. It will be very helpful for us if you manage some time and fix this issue.

sabikrahat avatar Apr 12 '24 16:04 sabikrahat