Skip to content

Commit 6e57686

Browse files
committed
README
1 parent 71bc388 commit 6e57686

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
# listenable_stream
22

3-
listenable_stream
3+
- Convert Flutter's `Listenable` (eg. `ChangeNotifier`) to `Stream`.
4+
- Convert Flutter's `ValueListenable` (eg. `ValueNotifier`) to `ValueStream` (incl. replay and not replay).
45

5-
## Getting Started
6-
7-
This project is a starting point for a Dart
8-
[package](https://flutter.dev/developing-packages/),
9-
a library module containing code that can be shared easily across
10-
multiple Flutter or Dart projects.
11-
12-
For help getting started with Flutter, view our
13-
[online documentation](https://flutter.dev/docs), which offers tutorials,
14-
samples, guidance on mobile development, and a full API reference.
6+
[![Pub Version](https://img.shields.io/pub/v/listenable_stream?style=plastic)](https://pub.dev/packages/listenable_stream)
7+
[![codecov](https://codecov.io/gh/Flutter-Dart-Open-Source/listenable_stream/branch/master/graph/badge.svg?token=6eORcR6Web)](https://codecov.io/gh/Flutter-Dart-Open-Source/listenable_stream)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: listenable_stream
2-
description: listenable_stream
2+
description: Convert Listenable (eg. ChangeNotifier), ValueListenable(eg. ValueNotifier) to Stream / ValueStream.
33
version: 0.0.1
44
author: Petrus Nguyễn Thái Học <hoc081098@gmail.com>
55
homepage: https://github.com/Flutter-Dart-Open-Source/listenable_stream.git

0 commit comments

Comments
 (0)