flutter/examples/stocks/lib
Eric Seidel 6b3840e384 Move image loading out of C++ into Dart
We already know how to talk to the network_service from Dart
via fetch.dart.  Might as well use that for Image loading
as well insetad of having ImageLoader do it.

As part of this I've renamed *ImageLoader to *ImageDecoder
and moved all the image loading logic into Dart.  This required
me to teach the idl system about mojo handles so that I could
pass the resulting MojoHandle from fetch.dart up through to
ImageDecoder.

R=abarth@chromium.org, jackson@google.com, hansmuller@google.com

Review URL: https://codereview.chromium.org/1173703002.
2015-06-09 12:14:13 -07:00
..
stock_app.dart [Effen] Rename Action Bar to Tool Bar. 2015-05-19 15:52:12 -07:00
stock_arrow.dart Suppress unnamed library analyzer spam in shelldb 2015-05-19 10:25:43 -07:00
stock_data.dart Move image loading out of C++ into Dart 2015-06-09 12:14:13 -07:00
stock_list.dart Suppress unnamed library analyzer spam in shelldb 2015-05-19 10:25:43 -07:00
stock_menu.dart [Effen] Use the checkbox widget in the stocks app. 2015-05-12 14:39:43 -07:00
stock_row.dart [Layout] Put in some guards to prevent us from reintroducing 'display' properties into the CSS. 2015-05-15 15:16:25 -07:00