flutter/examples/widgets
Adam Barth 256af1433c Actually populate the view host proxy
Now that the engine lets us take the view host handle, we can actually
access the view host from Dart.
2016-02-08 15:14:09 -08:00
..
assets Add support for asset variants and resolution-aware images 2016-01-28 18:11:32 -08:00
card_collection.dart Add support for the appbar behavior described in the "Flexible space with image" section of https://www.google.com/design/spec/patterns/scrolling-techniques.html#scrolling-techniques-scrolling. 2016-02-02 16:32:39 -08:00
container.dart examples/widgets/container.dart does not display the buttons 2016-01-27 10:59:24 -08:00
drag_and_drop.dart Use a named argument for Widget children 2016-01-11 13:17:09 -08:00
ensure_visible.dart Update to the new TextDecoration API 2015-12-09 15:11:34 -08:00
flutter.yaml Actually populate the view host proxy 2016-02-08 15:14:09 -08:00
gestures.dart Use a named argument for Widget children 2016-01-11 13:17:09 -08:00
hero_under.dart Change Block children to be a named parameter 2016-01-22 08:04:21 -08:00
horizontal_scrolling.dart Change Block children to be a named parameter 2016-01-22 08:04:21 -08:00
http_post.dart Example of setting the content type of a POST request 2016-01-26 12:24:33 -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
media_query.dart Use a named argument for Widget children 2016-01-11 13:17:09 -08:00
mimic_demo.dart Change Block children to be a named parameter 2016-01-22 08:04:21 -08:00
mozart.dart Actually populate the view host proxy 2016-02-08 15:14:09 -08:00
navigation.dart Change Block children to be a named parameter 2016-01-22 08:04:21 -08:00
nine_patch.dart Add a centerSlice parameter to images 2015-10-13 13:21:36 -07:00
overlay_geometry.dart Use a named argument for Widget children 2016-01-11 13:17:09 -08:00
pageable_list.dart Change Block children to be a named parameter 2016-01-22 08:04:21 -08:00
piano.dart Also update piano.dart 2016-01-11 18:53:32 -08:00
pubspec.yaml Rewire the pubspecs to use local paths 2015-11-06 22:46:52 -08:00
raw_keyboard.dart Add RawKeyboardListener 2016-01-25 20:37:22 -08:00
README.md add a flutter.yaml file for the widgets project 2015-11-12 13:42:54 -08:00
resolution_awareness.dart Add support for asset variants and resolution-aware images 2016-01-28 18:11:32 -08:00
scrollbar.dart Replace ScrollableList with ScrollableList2 2016-01-06 11:16:57 -08:00
sector.dart Provide a safe time to update a WidgetToRenderBoxAdapter 2016-01-11 23:14:37 -08:00
smooth_resize.dart Change Block children to be a named parameter 2016-01-22 08:04:21 -08:00
spinning_mixed.dart Resurrect spinning_mixed. 2016-01-27 10:07:11 -08:00
styled_text.dart Use a named argument for Widget children 2016-01-11 13:17:09 -08:00

Small examples of the Flutter widget framework

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

flutter start --checked -t foo.dart

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