OLD | NEW |
1 --- | 1 --- |
2 layout: article | 2 layout: tutorial |
3 title: "Use Streams for Data" | 3 title: "Use Streams for Data" |
4 description: | 4 description: |
5 Learn how to consume single-subscriber and broadcast streams, | 5 Learn how to consume single-subscriber and broadcast streams, |
6 with real-world uses. | 6 with real-world uses. |
7 tutorial: | 7 tutorial: |
8 id: streams | 8 id: streams |
9 next: fetchdata/ | 9 next: fetchdata/ |
10 next-title: "Fetch Data Dynamically" | 10 next-title: "Fetch Data Dynamically" |
11 prev: futures/ | 11 prev: futures/ |
12 prev-title: "Use Future-Based APIs" | 12 prev-title: "Use Future-Based APIs" |
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 Chris Buckett is a Technical Manager for | 517 Chris Buckett is a Technical Manager for |
518 [Entity Group Ltd](http://www.entity.co.uk/), responsible for building and | 518 [Entity Group Ltd](http://www.entity.co.uk/), responsible for building and |
519 delivering enterprise client-server webapps, mostly with GWT, Java and .Net. | 519 delivering enterprise client-server webapps, mostly with GWT, Java and .Net. |
520 He runs the [dartwatch.com blog](http://blog.dartwatch.com/), and has written | 520 He runs the [dartwatch.com blog](http://blog.dartwatch.com/), and has written |
521 the book _Dart in Action_, which is available | 521 the book _Dart in Action_, which is available |
522 at [manning.com](http://www.manning.com/buckett). | 522 at [manning.com](http://www.manning.com/buckett). |
523 | 523 |
524 {% endcapture %} | 524 {% endcapture %} |
525 | 525 |
526 {% include tutorial.html %} | 526 {% include tutorial.html %} |
OLD | NEW |