Flutter-Bounty-Hunters / dart-rss

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

Support xml ^4.1.0 #9

Closed hrubalski closed 4 years ago

hrubalski commented 4 years ago

Hi, can you add compatibility with xml ^4.1.0?

I have this error with flutter_svg package flutter_svg >=0.18.0 is incompatible with dart_rss ^1.1.0. Because flutter_svg >=0.18.0 depends on xml ^4.1.0 and dart_rss 1.1.0 depends on xml ^3.0.0, flutter_svg >=0.18.0 is incompatible with dart_rss 1.1.0.

Thank you very much!

oberbeck commented 4 years ago

10