kekland / croppy

A fully customizable image cropper for Flutter, in Flutter
MIT License
102 stars 29 forks source link

Croppy web conflicts with other packages #43

Closed jkoenig134 closed 2 hours ago

jkoenig134 commented 2 hours ago

Croppy depends on web 0.5.1 and packages like file_picker already have upgraded to web 1.0.0

Because no versions of file_picker match >8.1.2 <9.0.0 and file_picker 8.1.2 depends on web ^1.0.0, file_picker ^8.1.2 requires web ^1.0.0.
And because croppy >=1.2.0 depends on web ^0.5.1, file_picker ^8.1.2 is incompatible with croppy >=1.2.0.

would it be possible for you to upgrade the web package?

kekland commented 2 hours ago

Hi, thanks for the report! Will update in a couple hrs

jkoenig134 commented 2 hours ago

Awesome, thank you!

kekland commented 2 hours ago

@jkoenig134 just pushed version 1.3.0 with updated package:web. Let me know if there are any other dependency issues

jkoenig134 commented 2 hours ago

It works, thank you.