webfeed_plus 1.1.2 copy "webfeed_plus: ^1.1.2" to clipboard
webfeed_plus: ^1.1.2 copied to clipboard

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add webfeed_plus

With Flutter:

 $ flutter pub add webfeed_plus

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  webfeed_plus: ^1.1.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:webfeed_plus/webfeed_plus.dart';
4
likes
130
points
192
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

intl, xml

More

Packages that depend on webfeed_plus