Flutter Dart : Streams

Saad El Oulladi
3 min readAug 26, 2019

For someone who just started learning Dart. Streams might be one trickiest features to learn. since in many languages , you need an extra library to have a Stream like components.

I think that Streams are particularly interesting since they allow you to do complex asynchronous tasks in a clean readable way.

Once you understand what Streams are about you will start frequently using them.

--

--