File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 1
1
# listenable_stream
2
2
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).
4
5
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 )
Original file line number Diff line number Diff line change 1
1
name : listenable_stream
2
- description : listenable_stream
2
+ description : Convert Listenable (eg. ChangeNotifier), ValueListenable(eg. ValueNotifier) to Stream / ValueStream.
3
3
version : 0.0.1
4
4
author : Petrus Nguyễn Thái Học <hoc081098@gmail.com>
5
5
homepage : https://github.com/Flutter-Dart-Open-Source/listenable_stream.git
You can’t perform that action at this time.
0 commit comments