FLUTTER ECOSYSTEM

webfeed

webfeed is a dart package for parsing RSS and Atom feeds. Media, DublinCore, iTunes, Syndication namespaces are also supported.

Latest version
0.7.0
30-day downloads
455
Likes
114
Pub points
120

Package Overview

Selection guidance generated from public package information. For reference only.

Overview

webfeed is a Dart package designed for parsing RSS and Atom feeds, supporting essential namespaces like Media, DublinCore, iTunes, and Syndication. It enables developers to easily extract and work with feed data across multiple platforms. The package is ideal for applications that consume content from blogs, news sites, or podcasts, offering structured access to titles, descriptions, authors, and metadata. With support for Android, iOS, Web, macOS, Windows, and Linux, it ensures cross-platform compatibility. Its lightweight design and straightforward API make it accessible for both beginners and experienced developers.

Use cases
  • Parsing RSS and Atom feeds
  • Extracting podcast metadata
  • Aggregating blog content
  • Building news readers
  • Supporting media-rich feeds
Key features
  • Supports RSS and Atom formats
  • Handles Media, DublinCore, iTunes, Syndication namespaces
  • Cross-platform compatibility
  • Simple and intuitive API
  • Robust feed validation
Suitable for
  • News and content aggregation apps
  • Podcast players
  • Blog readers
  • RSS feed integrations
  • Cross-platform feed consumers
Considerations
  • Requires valid feed URLs
  • Limited to parsing; no feed fetching
  • May need additional handling for malformed feeds
  • Not suitable for real-time feed updates
  • Depends on external feed source reliability
Supported platformsAndroidiOSWebmacOSWindowsLinux

Install package

flutter pub add webfeed

Categories

Source repository

Related projects