rss_feed 0.1.2
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_lintsto^6.0.0and resolved associated static analysis warnings. - Removed unnecessary null checks in
FeedDetailScreenforfeed.items. - Removed the
librarydeclaration fromrss_feed.dartas it's no longer necessary.
0.1.0 - 2025-07-02 #
Added #
- Initial release of the
rss_feedpackage. FeedListScreennow accepts aList<String> feedUrlsas a parameter, making feed sources configurable by the developer.FeedDetailScreenfor showing articles from a selected feed.CustomNewsCardwidget for displaying individual news items.ArticleDetailScreenfor detailed article view.WebViewScreenfor in-app article Browse.- Utility functions (
FeedParser,StringUtils,UrlUtils) for feed fetching, parsing, string manipulation, and URL-based feed naming.