Adam Barth 870894fc68 Switch Material Design icons to using the iconfont
Rather than managing all the Material Design icons manually, we now
manage them using an icon font. The icon font contains glyphs for each
icon in an efficient vector format.

This patch updates the FLX tooling to include the MaterialIcons font and
updates the Icon widget to use the font instead of asset images.

Fixes #2313
Fixes #2218
Fixes #2009
Fixes #994
2016-03-02 09:32:02 -08:00
..
2016-02-11 00:06:23 -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.