rss_feed 0.1.0 copy "rss_feed: ^0.1.0" to clipboard
rss_feed: ^0.1.0 copied to clipboard

A comprehensive Flutter package for displaying and interacting with RSS feeds, including a WebView for full article viewing.

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2025-07-02 #

Added #

  • Initial release of the rss_feed package.
  • FeedListScreen now accepts a List<String> feedUrls as a parameter, making feed sources configurable by the developer.
  • FeedDetailScreen for showing articles from a selected feed.
  • CustomNewsCard widget for displaying individual news items.
  • ArticleDetailScreen for detailed article view.
  • WebViewScreen for in-app article Browse.
  • Utility functions (FeedParser, StringUtils, UrlUtils) for feed fetching, parsing, string manipulation, and URL-based feed naming.
1
likes
0
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter package for displaying and interacting with RSS feeds, including a WebView for full article viewing.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, intl, rss_dart, webview_flutter

More

Packages that depend on rss_feed