From 5de17a8db6bfb4558437a459d1ae27a889cd5f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petrus=20Nguy=E1=BB=85n=20Th=C3=A1i=20H=E1=BB=8Dc?= Date: Mon, 22 Feb 2021 11:27:52 +0700 Subject: [PATCH] add Medium article --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 213b517..2dce2ab 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ * A package to help disposing Streams and closing Sinks easily for Flutter. * Automatically disposes `StreamSubscription` and closes `Sink` when disposing `State`. +## Medium article + +[How to easily cancel streams in Flutter](https://hoc081098.medium.com/how-to-easily-cancel-streams-in-dart-flutter-69cad1980267) + ## Usage A simple usage example: