flutter/examples/widgets
2016-03-03 10:18:53 -08:00
..
assets Add support for asset variants and resolution-aware images 2016-01-28 18:11:32 -08:00
card_collection.dart Merge pull request #2322 from abarth/analyzer_fix 2016-03-02 10:23:14 -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 more type parameters 2016-03-03 10:18:53 -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 Remove IconThemeColor 2016-03-02 10:11:42 -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.