Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot upgrade to quill_delta: ^2.0.0 #19

Open
blue492 opened this issue Nov 18, 2020 · 1 comment
Open

Cannot upgrade to quill_delta: ^2.0.0 #19

blue492 opened this issue Nov 18, 2020 · 1 comment

Comments

@blue492
Copy link

blue492 commented Nov 18, 2020

Hi,
I have this plugin notustohtml: ^0.0.8 in pubspec.yaml
When I try upgrade quill_delta to quill_delta: ^2.0.0 it shows me this error msg in pubspec.yaml

Because notustohtml 0.0.8 depends on quill_delta ^1.0.2 and no versions of notustohtml match >0.0.8 <0.1.0, notustohtml ^0.0.8 requires quill_delta ^1.0.2. So, because bluescreen depends on both notustohtml ^0.0.8 and quill_delta ^2.0.0, version solving failed.

I have Flutter (Channel stable, 1.22.4)
How to solve the problem?

Best ragards

@pulyaevskiy
Copy link
Owner

You'd need to update pubspec.yaml in notustohtml package to depend on ^2.0.0 of quill_delta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants