Flutter-Bounty-Hunters / dart-rss

A dart package for parsing RSS & Atom feed
MIT License
23 stars 19 forks source link

Update http dependency #36

Closed jeancarlozapata closed 10 months ago

jeancarlozapata commented 1 year ago

Solves #35 by updating the http dependency.

All tests are passing, no other changes were needed.

istornz commented 1 year ago

Hello, Is it possible to merge this fix?

More and more other dependency upgrade http, we can't upgrade others since this library depends on 0.13.0, example with basic_utils v5.7.0 (latest).

Because basic_utils >=5.6.1 depends on http ^1.1.0 and dart_rss depends on http ^0.13.0, basic_utils >=5.6.1 is forbidden.
So, because dart_rss depends on basic_utils ^5.7.0, version solving failed.

Thanks 👍

matthew-carroll commented 10 months ago

Closing this in favor of the PR we just merged, which accomplishes the same thing. This issue should be resolved.