Skip to content

Commit 5de17a8

Browse files
authored
add Medium article
1 parent c1cdab6 commit 5de17a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
* A package to help disposing Streams and closing Sinks easily for Flutter.
1111
* Automatically disposes `StreamSubscription` and closes `Sink` when disposing `State<T>`.
1212

13+
## Medium article
14+
15+
[How to easily cancel streams in Flutter](https://hoc081098.medium.com/how-to-easily-cancel-streams-in-dart-flutter-69cad1980267)
16+
1317
## Usage
1418

1519
A simple usage example:

0 commit comments

Comments
 (0)