Flutter-Bounty-Hunters / dart-rss

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

Incompatible with http 1.1.0 #35

Closed maltemedocs closed 10 months ago

maltemedocs commented 1 year ago

I get this error in my project:

$ flutter pub get
Resolving dependencies... (1.2s)
Because project depends on dart_rss ^3.0.1 which depends on http ^0.13.0, http ^0.13.0 is required.
So, because project depends on http ^1.1.0, version solving failed.
richshaw2015 commented 1 year ago

I get the same error, http conflict with other packages

sgehrman commented 1 year ago

same issue