image_cropping
image_cropping copied to clipboard
- Updated version of image package and changes according to new code
@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.