hnvn / flutter_image_cropper

A Flutter plugin for Android and iOS supports cropping images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to upgrade to support js^0.7.0?

2426232528 opened this issue · comments

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.

I need this too

Yes same, facing issue. Please fix this.

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

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

Could someone please review and merge the pull request opened here: #479?
It would be greatly appreciated. Thank you.