Wito Chandra 8 лет назад
Родитель
Сommit
980444c426
2 измененных файлов: 4 добавлений и 3 удалений
  1. +2
    -1
      README.md
  2. +2
    -2
      pubspec.yaml

+ 2
- 1
README.md Просмотреть файл

@@ -1,6 +1,7 @@
# WebFeed # WebFeed


[![Build Status](https://travis-ci.org/witochandra/webfeed.svg?branch=master)](https://travis-ci.org/witochandra/webfeed) [![Build Status](https://travis-ci.org/witochandra/webfeed.svg?branch=master)](https://travis-ci.org/witochandra/webfeed)
[![Pub](https://img.shields.io/pub/v/webfeed.svg)](https://pub.dartlang.org/packages/webfeed)


A dart package for parsing RSS and Atom feed. A dart package for parsing RSS and Atom feed.


@@ -14,7 +15,7 @@ A dart package for parsing RSS and Atom feed.


Add this line into your `pubspec.yaml` Add this line into your `pubspec.yaml`
``` ```
webfeed: ^0.1.0
webfeed: ^0.2.0
``` ```


Import the package into your dart code using: Import the package into your dart code using:


+ 2
- 2
pubspec.yaml Просмотреть файл

@@ -1,6 +1,6 @@
name: webfeed name: webfeed
version: 0.1.0
description: A dart package for parsing web feed.
version: 0.2.0
description: A dart package for parsing RSS and Atom feed.
author: Wito Chandra <wito.c.91@gmail.com> author: Wito Chandra <wito.c.91@gmail.com>
homepage: https://github.com/witochandra/webfeed homepage: https://github.com/witochandra/webfeed
environment: environment:


Загрузка…
Отмена
Сохранить