Pub upgrade fails with some dependencies #1159
Labels
closed-duplicate
Closed in favor of an existing report
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Originally opened as dart-lang/sdk#21259
This issue was originally filed by defave...@gmail.com
What steps will reproduce the problem?
paper_elements: any
di: ">=3.1.0 <4.0.0"
collection: any
What is the expected output? What do you see instead?
I expect a resolved dependency message but I get this error:
Pub upgrade failed, [69] Resolving dependencies...
Connection closed before full header was received
What version of the product are you using?
1.6.0
On what operating system?
Linux Mint 0.17
What browser (if applicable)?
n/a
Please provide any additional information below.
Adding this override solves the issue:
dependency_overrides:
args: any
The text was updated successfully, but these errors were encountered: