Adam Barth bfc39aa843 Remove IconThemeColor
This enum doesn't make sense anymore now that we can arbitrarily colorize
icons.  Instead, we just use a Color, which is both simpler and can be
interpolated during animations.

Fixes #1279
2016-03-02 10:11:42 -08:00
..
2016-03-02 10:11:42 -08:00
2016-02-11 00:06:23 -08:00
2016-03-02 10:11:42 -08:00
2016-01-11 18:53:32 -08:00
2016-01-25 20:37:22 -08:00

Small examples of the Flutter widget framework

To run these, open a terminal in this directory and use the following command:

flutter run -t foo.dart

...where foo.dart is the file you want to run.