Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Jan 8, 2021
1 parent 4b4d9f9 commit d7e27f5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
- `Distinct` & `Connectable` & `ValueStream` RxDart Stream.
- Useful for flutter `BLoC pattern` - `StreamBuilder`.

## Author: [Petrus Nguy峄卬 Th谩i H峄峜](https://github.com/hoc081098)

[![Build Status](https://travis-ci.com/hoc081098/distinct_value_connectable_stream.svg?branch=master)](https://travis-ci.com/hoc081098/distinct_value_connectable_stream)
[![Pub](https://img.shields.io/pub/v/distinct_value_connectable_stream.svg)](https://pub.dev/packages/distinct_value_connectable_stream)
[![codecov](https://codecov.io/gh/hoc081098/distinct_value_connectable_stream/branch/master/graph/badge.svg?token=L0jTkGFCfz)](https://codecov.io/gh/hoc081098/distinct_value_connectable_stream)

------

- [x] `Distinct`: distinct until changed.
Expand Down Expand Up @@ -35,11 +41,6 @@
DistinctValueConnectableStream (this package)
```

## Author: [Petrus Nguy峄卬 Th谩i H峄峜](https://github.com/hoc081098)

[![Build Status](https://travis-ci.com/hoc081098/distinct_value_connectable_stream.svg?branch=master)](https://travis-ci.com/hoc081098/distinct_value_connectable_stream)
[![Pub](https://img.shields.io/pub/v/distinct_value_connectable_stream.svg)](https://pub.dev/packages/distinct_value_connectable_stream)

[comment]: <> (## Implement BLoC)

[comment]: <> ( ### Without using package)
Expand Down

0 comments on commit d7e27f5

Please sign in to comment.