name: webfeed version: 0.4.1 description: webfeed is a dart package for parsing RSS and Atom feeds. Media & DublinCore namespaces are also supported. author: Wito Chandra homepage: https://github.com/witochandra/webfeed environment: sdk: ">=2.0.0 <3.0.0" dependencies: xml: "^3.0.0" dev_dependencies: test: ^1.3.0 http: "^0.11.3+16"