The Webfeed Flutter package for Appeto SDK.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

13 rindas
363 B

  1. name: webfeed
  2. version: 0.4.2
  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: "^3.0.0"
  10. dev_dependencies:
  11. test: ^1.3.0
  12. http: "^0.11.3+16"