podcast_search 0.3.6
podcast_search: ^0.3.6 copied to clipboard
A library for searching for podcasts (via iTunes), parsing podcast RSS feeds and obtaining episodes details.
0.3.6 #
- Update dependencies.
0.3.5 #
- Add support for iTunes season and episode tags.
0.3.4 #
- Update dependencies.
0.3.3 #
- If author attribute is not available use the iTunes one instead.
- Replace any dynamic variables with typed equivalent.
- Improve documentation.
0.3.2 #
- Now populates error values in the result set if the connection fails or timesout.
- Added missing duration attribute.
- Episode author will use iTunes version if item author is null.
0.3.1 #
- Add support for returning podcast chart.
0.3.0 #
- Fix formatting.
0.2.9 #
- Fix lints for newer version of Pedantic.
0.2.8 #
- Handle null item enclosure.
0.2.7 #
- Add support for standard ISO 8601 publication dates.
0.2.6 #
- Remove redundant new and const keywords.
0.2.5 #
- Updated to latest test package to support Dart 2.6+.
0.2.4 #
- Added guid to Episode entity.
0.2.3 #
- Added missing format from list of possible pubdate formats.
0.2.2 #
- Dropped version of Meta to prevent clash with current SDK.
0.2.1 #
- Corrected issue with dependencies.
0.2.0 #
- Breaking change: Renamed Podcast to Item in search results.
- Added support for parsing a podcast RSS feed and returning podcast and episodes details.
0.1.2 #
- Correct copyright text to fix issues with documentation.
0.1.1 #
- Correct issues reported by health tool.
0.1.0 #
- Initial release.