Flutter-Bounty-Hunters / dart-rss

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

feat: bumping dependencies #19

Closed erickzanardo closed 1 year ago

erickzanardo commented 2 years ago

Hey 👋

Thanks for this package. I have been using it on a project and just faced some dependency resolution issues because dart-rss have some older dependencies.

This PR bumps them to the latest in order to fix that.

CRJFisher commented 1 year ago

This would be great to have since other libraries are requiring xml: ^6.0.0 e.g. flutter_svg ^1.1.1 needs it

sudame commented 1 year ago

@erickzanardo Thank you for your contribution! There is newer PR #20 which removes the use of deprecated properties in addition to upgrading dependencies. We'll merge #20, so this PR will be closed.