rss_feed library

Barrel file for the RSS Feed package, exporting all public APIs for easy import.

Import this file to access all screens, utilities, and widgets.

Classes

ArticleDetailScreen
A screen that displays the detailed content of an RSS article in a premium layout.
CustomNewsCard
A customizable card widget for displaying RSS article summaries.
FeedDetailScreen
A screen that displays articles from a single RSS feed in a modern, magazine-style layout.
FeedListScreen
A screen that displays a list of RSS feed URLs with custom names and icons.
FeedParser
A utility class for fetching and parsing RSS feed data from URLs.
RSSConfig
Configuration class for customizing the RSS Feed package's behavior and appearance.
RssEnclosure
Represents an enclosure element in an RSS item (e.g., an image or media file).
RssFeed
Models for representing RSS feed data, including feeds, items, and media content.
RssItem
Represents an individual article within an RSS feed.
RssMedia
Represents media content in an RSS item (e.g., images or thumbnails).
RssMediaContent
Represents a single media content item (e.g., an image).
StringUtils
A utility class for common string manipulation tasks, such as date formatting and cleaning HTML content.
UrlUtils
A utility class for handling URL-related operations, such as launching URLs and deriving feed names from URLs.
WebViewScreen
A screen that displays a web page in an in-app WebView.