Skip to content

Commit 3eac404

Browse files
authored
Update README.md
1 parent 46cac84 commit 3eac404

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
[![Pub Version](https://img.shields.io/pub/v/listenable_stream?style=plastic)](https://pub.dev/packages/listenable_stream)
77
[![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)
8+
[![Flutter Tests](https://github.com/Flutter-Dart-Open-Source/listenable_stream/workflows/Flutter%20Tests/badge.svg)](https://github.com/Flutter-Dart-Open-Source/listenable_stream.git)
89

910
## Listenable.toStream()
1011
```dart
@@ -36,4 +37,4 @@ stream.listen(print); // prints 0, 1, 2
3637
valueNotifier.value = 1;
3738
valueNotifier.value = 2;
3839
print(stream.value); // prints 2
39-
```
40+
```

0 commit comments

Comments
 (0)