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
301 B

  1. name: webfeed
  2. version: 0.2.2
  3. description: A dart package for parsing RSS and Atom feed.
  4. author: Wito Chandra <wito.c.91@gmail.com>
  5. homepage: https://github.com/witochandra/webfeed
  6. environment:
  7. sdk: ">=1.8.0 <3.0.0"
  8. dependencies:
  9. xml: "^3.0.0"
  10. dev_dependencies:
  11. test: ^1.3.0
  12. http: "^0.11.3+16"