Flutter-Bounty-Hunters / dart-rss

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

[RSS 1][RSS 2] - Serialize (partial) feeds to XML #52

Closed matthew-carroll closed 7 months ago

matthew-carroll commented 7 months ago

Adds partial serialization of RSS 1 and RSS 2 to XML, so that it can be written to a file, like feed.rss.

This PR only adds partial serialization because these properties are needed for the Flutter Bounty Hunters blog right now. More properties can be added later. We should be able to add more property serializations without breaking the uses of the serialization in this PR.