flutter-quill icon indicating copy to clipboard operation
flutter-quill copied to clipboard

Quill HTML converter version solving failed

Open duck-dev-go opened this issue 1 year ago • 2 comments

Is there an existing issue for this?

Flutter Quill version

9.3.0

Steps to reproduce

Install flutter_quill and then install quill_html_converter 9.0.0

Expected results

quill_html_converter install correctly

Actual results

Getting a version mismatch

Code sample

Screenshots or Video

No response

Logs

Because quill_html_converter >=9.0.0 depends on dart_quill_delta ^0.0.1 and flutter_quill 9.3.0 depends on dart_quill_delta ^9.2.10, quill_html_converter >=9.0.0 is incompatible with flutter_quill 9.3.0. Because no versions of flutter_quill match >9.3.0 <9.3.1 and flutter_quill >=9.3.1 requires Flutter SDK version >=3.19.0, flutter_quill >9.3.0 is forbidden. Thus, quill_html_converter >=9.0.0 is incompatible with flutter_quill >=9.3.0. So, because games_builder_editor depends on both flutter_quill ^9.3.0 and quill_html_converter ^9.3.1, version solving failed.

duck-dev-go avatar Feb 17 '24 19:02 duck-dev-go

any updates ??

Mina-Nashaat10 avatar Feb 28 '24 14:02 Mina-Nashaat10

I got this error when I am using flutter_quill: ^9.3.1 and quill_html_converter: ^9.3.1. I changed flutter_quill: ^9.3.1 to flutter_quill: ^9.2.3 and quill_html_converter: ^9.3.1 and It worked for me.

Abdul-rehman0045 avatar Mar 05 '24 16:03 Abdul-rehman0045