flutter_image_cropper icon indicating copy to clipboard operation
flutter_image_cropper copied to clipboard

Is it possible to upgrade to support js^0.7.0?

Open 2426232528 opened this issue 1 year ago • 4 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.

2426232528 avatar Mar 10 '24 20:03 2426232528

I need this too

thobiassilva avatar Mar 19 '24 14:03 thobiassilva

Yes same, facing issue. Please fix this.

ps6067966 avatar Mar 23 '24 04:03 ps6067966

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

bziembanski avatar Mar 28 '24 11:03 bziembanski

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

cljobs avatar Apr 11 '24 09:04 cljobs