The Webfeed Flutter package for Appeto SDK.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
356 B

  1. name: webfeed
  2. version: 0.7.0
  3. description: webfeed is a dart package for parsing RSS and Atom feeds. Media, DublinCore, iTunes, Syndication namespaces are also supported.
  4. homepage: https://github.com/witochandra/webfeed
  5. environment:
  6. sdk: '>=2.12.0 <3.0.0'
  7. dependencies:
  8. xml: "^5.0.2"
  9. intl: "^0.17.0"
  10. dev_dependencies:
  11. test: ^1.3.0
  12. http: "^0.13.0"