metadata_fetch icon indicating copy to clipboard operation
metadata_fetch copied to clipboard

Update dependencies version up and fix the test codes

Open boring-km opened this issue 1 year ago • 2 comments

Hello, I'm using this package and I have an issue to update http package version in my project.

Issue

Here is the error when I run pub get

Because metadata_fetch 0.4.1 depends on http ^0.13.3 and no versions of metadata_fetch match >0.4.1 <0.5.0, metadata_fetch ^0.4.1 requires http ^0.13.3.
So, because ac_project_app depends on both http ^1.0.0 and metadata_fetch ^0.4.1, version solving failed.

Suggestion

Please update dependencies version especially http.

Thank you :)

boring-km avatar Jun 16 '23 02:06 boring-km

+1 this is very useful, we need to get latest dependencies compatibility. @boring-km If you want you can set `http: ">=0.13.5 <2.0.0" to keep compatibility with http 0.13

Thelm76 avatar Oct 10 '23 16:10 Thelm76

friendly reminder :)

martnst avatar Dec 21 '23 12:12 martnst