chooyan-eng / crop_your_image

A flutter plugin which provides Crop Widget for cropping images.
https://pub.dev/packages/crop_your_image
Apache License 2.0
163 stars 139 forks source link

Conflict with image 4.2.0 #157

Closed brendan-duncan closed 6 months ago

brendan-duncan commented 6 months ago

I recently updated my image package to 4.2.0, and had an issue come in that there is now a conflict with your package with the ImageFormat enum I just added, https://github.com/brendan-duncan/image/issues/653.

I see you're not namespacing the import for the image library, which would probably fix the problem. Sorry about adding that conflict.

brendan-duncan commented 6 months ago

Sorry, I see there was already a bug opened for this.