rss_feed 0.1.2 copy "rss_feed: ^0.1.2" to clipboard
rss_feed: ^0.1.2 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.2 - 2025-07-02 #

Changed #

  • Updated flutter_lints to ^6.0.0 and resolved associated static analysis warnings.
  • Removed unnecessary null checks in FeedDetailScreen for feed.items.
  • Removed the library declaration from rss_feed.dart as it's no longer necessary.

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
150
points
45
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http, intl, rss_dart, url_launcher, webview_flutter, webview_flutter_web

More

Packages that depend on rss_feed