dart_rss 3.0.3 copy "dart_rss: ^3.0.3" to clipboard
dart_rss: ^3.0.3 copied to clipboard

Dart parser for RSS1.0, RSS2.0, Atom feeds.

Changelog #

[3.0.3] - April, 2024 #

  • Added partial serialization support for RSS 1.0 and RSS 2.0 feeds. We'll fill out the rest of the serialization over time.

[3.0.2] - Feb, 2024 #

  • Upgrade http dependency to 1.1.2
  • Upgrade intl dependency to 0.19.0
  • Fix - parsing dates with trailing spaces.
  • Added support for parsing live items within podcasts.

[3.0.1] - July, 2023 #

  • Upgrade xml dependency to 6.3.0
  • Upgrade intl dependency to 0.18.0
  • Added Podcasting 2.0 person tag

3.0.0 #

Breaking Changes #

  • This project now uses Dart 3 instead of Dart 2

Refactoring #

  • We resolved all warnings noted by the Dart analyzer.

2.0.0 #

Update #

  • migrate to null safety

1.1.1+1 #

Fix #

  • fix changelog 🙇

1.1.1 #

Update #

  • dependent packages upgrade

Fix #

  • do NOT use deprecated methods

1.1.0 #

Update #

  • fault tolerant itunes item parsing (Thanks gaodeng!)

Fix #

  • README for RSS1.0 (Thanks shigemk2!)
  • Update outdated http and test dependencies (Thanks @amugofjava!)

1.0.2+1 #

Fix #

  • upgrade intl package.

1.0.2 #

Add #

  • support American Style Format DateTime.
  • add some real RSS tests.

Refactor #

  • split methods.

1.0.1+1 #

Change #

  • modify some dependencies.

1.0.1 #

Add ✨ #

  • This is the first release.

Note 📝 #

43
likes
110
pub points
89%
popularity

Publisher

verified publisherflutterbountyhunters.com

Dart parser for RSS1.0, RSS2.0, Atom feeds.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http, intl, xml

More

Packages that depend on dart_rss