The Webfeed Flutter package for Appeto SDK.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

14 righe
381 B

  1. name: webfeed
  2. version: 0.5.0
  3. description: webfeed is a dart package for parsing RSS and Atom feeds. Media & DublinCore namespaces are also supported.
  4. author: Wito Chandra <wito.c.91@gmail.com>
  5. homepage: https://github.com/witochandra/webfeed
  6. environment:
  7. sdk: ">=2.0.0 <3.0.0"
  8. dependencies:
  9. xml: "^4.3.0"
  10. intl: "^0.16.0"
  11. dev_dependencies:
  12. test: ^1.3.0
  13. http: "^0.11.3+16"