We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1cdab6 commit 5de17a8Copy full SHA for 5de17a8
README.md
@@ -10,6 +10,10 @@
10
* A package to help disposing Streams and closing Sinks easily for Flutter.
11
* Automatically disposes `StreamSubscription` and closes `Sink` when disposing `State<T>`.
12
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
17
## Usage
18
19
A simple usage example:
0 commit comments