hnvn / flutter_image_cropper

A Flutter plugin for Android and iOS supports cropping images
969 stars 375 forks source link

Is it possible to upgrade to support js^0.7.0? #475

Open 2426232528 opened 2 months ago

2426232528 commented 2 months ago

I had an incompatibility when using another dependency library. Can you upgrade the package to revovle this? many thanks. :)

reports: Because image_cropper >=5.0.0 depends on image_cropper_for_web ^3.0.0 which depends on js ^0.6.3, image_cropper >=5.0.0 requires js ^0.6.3. And because wakelock_plus 1.1.6 depends on js ^0.7.0 and no versions of wakelock_plus match >1.1.6 <2.0.0, image_cropper >=5.0.0 is incompatible with wakelock_plus ^1.1.6.

thobiassilva commented 2 months ago

I need this too

ps6067966 commented 1 month ago

Yes same, facing issue. Please fix this.

bziembanski commented 1 month ago

Would be really helpful, it's blocking my projects from upgrading flutter version and lots of other libraries

cljobs commented 1 month ago

Currently, the version of the js package should be 0.7.1 so that it can be used with other packages without any problems.

BghinC commented 4 weeks ago

Could someone please review and merge the pull request opened here: https://github.com/hnvn/flutter_image_cropper/pull/479? It would be greatly appreciated. Thank you.