zeeshux7860/ImageEditorPro

Update dependencies ?

bounty1342 opened this issue · 0 comments

Hi,

Because freezed >=0.14.1+3 depends on analyzer ^1.5.0 which depends on _fe_analyzer_shared ^21.0.0, freezed >=0.14.1+3 requires _fe_analyzer_shared ^21.0.0.
(1) So, because image_editor_pro >=1.1.4 depends on firexcode ^1.0.5 which depends on _fe_analyzer_shared ^18.0.0, freezed >=0.14.1+3 is incompatible with image_editor_pro >=1.1.4.

In the meantime, this seems to work :

dependency_overrides:
  _fe_analyzer_shared: ^21.0.0

Regards