Back to Browse

Dart Programming for Intermediates: 03 Stream, StreamController, Sink

3.5K views
Mar 11, 2019
18:54

In this video, we go more in depth with learning how to use Streams and StreamController. Stream - data that is being sent out of an object. It returns multiple values at multiple times. StreamController - the object that you can use to contain the stream. It adds the stream, and tells information about it. StreamSink - the object to use to add streams into the StreamController. You dump the Stream into the Sink that belongs to the StreamController. code: https://gist.github.com/dashtodartlang/f8fceffbb42d378e64d37a23a9088c80

Download

0 formats

No download links available.

Dart Programming for Intermediates: 03 Stream, StreamController, Sink | NatokHD