dart-lang/webdev

linter ^1.30.1 and dwds ^24.3.10, version solving failed.

Closed this issue · 2 comments

Because dwds >=24.1.0 depends on http ^1.0.0 and linter 1.30.1 depends on http ^0.13.0, dwds >=24.1.0 is incompatible with linter 1.30.1.
And because no versions of linter match >1.30.1 <2.0.0, dwds >=24.1.0 is incompatible with linter ^1.30.1.
So, because monitoring depends on both linter ^1.30.1 and dwds ^24.3.10, version solving failed.
Failed to update packages.

Is monitoring your own package? Is it directly depending on the linter package? The package has been discontinued for a while and it wasn't intended to be consumed as a dependency. Analysis results from the linter should be accessed with dart analyze or the LSP server.

Thank you for answer! You are right. I do not need to use linter yet.