flutter/examples/widgets
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
..
assets Add support for asset variants and resolution-aware images 2016-01-28 18:11:32 -08:00
card_collection.dart Switch Material Design icons to using the iconfont 2016-03-02 09:32:02 -08:00
drag_and_drop.dart Provide a Draggable that starts on drag 2016-02-11 12:54:10 -08:00
flutter.yaml Switch Material Design icons to using the iconfont 2016-03-02 09:32:02 -08:00
hero_under.dart Switch Material Design icons to using the iconfont 2016-03-02 09:32:02 -08:00
http_post.dart Switch Material Design icons to using the iconfont 2016-03-02 09:32:02 -08:00
indexed_stack.dart Use a named argument for Widget children 2016-01-11 13:17:09 -08:00
launch_url.dart Add an example for launching a URL 2015-11-13 14:16:25 -08:00
mimic_demo.dart Clean up imports and exports. 2016-02-11 00:06:23 -08:00
mozart.dart Make the Mozart demo more like a real window manager 2016-02-08 21:08:12 -08:00
overlay_geometry.dart Clean up imports and exports. 2016-02-11 00:06:23 -08:00
pageable_list.dart Switch Material Design icons to using the iconfont 2016-03-02 09:32:02 -08:00
piano.dart Also update piano.dart 2016-01-11 18:53:32 -08:00
pubspec.yaml Remove reference to non-existent package 2016-02-13 13:15:19 -08:00
raw_keyboard.dart Add RawKeyboardListener 2016-01-25 20:37:22 -08:00
README.md rename some flutter command references in readmes 2016-02-17 07:34:59 -08:00
resolution_awareness.dart Clean up imports and exports. 2016-02-11 00:06:23 -08:00
scrollbar.dart Replace ScrollableList with ScrollableList2 2016-01-06 11:16:57 -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.