flutter/examples/widgets
2015-10-22 14:20:13 -07:00
..
big_switch.dart Rename package:sky to package:flutter 2015-10-09 20:44:52 -07:00
card_collection.dart Add Navigator.of 2015-10-22 12:32:42 -07:00
container.dart Rename package:sky to package:flutter 2015-10-09 20:44:52 -07:00
date_picker.dart Scaffold should wrap its body in a Material 2015-10-19 12:11:10 -07:00
drag_and_drop.dart Scaffold should wrap its body in a Material 2015-10-19 12:11:10 -07:00
dropdown.dart Adds initial versions of DropdownButton DropdownMenuItem 2015-10-22 13:38:50 -07:00
ensure_visible.dart.old Add .old extension to silence analyzer 2015-10-12 13:45:33 -07:00
horizontal_scrolling.dart Rename package:sky to package:flutter 2015-10-09 20:44:52 -07:00
indexed_stack.dart Add Navigator.of 2015-10-22 12:32:42 -07:00
navigation.dart Rename package:sky to package:flutter 2015-10-09 20:44:52 -07:00
nine_patch.dart Add a centerSlice parameter to images 2015-10-13 13:21:36 -07:00
overlay_geometry.dart Give the CustomPaint and SizeObserver callbacks better names 2015-10-19 17:27:40 -07:00
pageable_list.dart Add Navigator.of 2015-10-22 12:32:42 -07:00
piano.dart Rename package:sky to package:flutter 2015-10-09 20:44:52 -07:00
progress_indicator.dart Move animation curves into a Curves namespace 2015-10-19 18:08:52 -07:00
pubspec.yaml Port first sector demo to fn3 2015-10-13 14:21:52 -07:00
README Write down some unwritten rules of Flutter development. 2015-10-14 09:58:29 -07:00
scale.dart Give the CustomPaint and SizeObserver callbacks better names 2015-10-19 17:27:40 -07:00
scrollbar.dart Add Navigator.of 2015-10-22 12:32:42 -07:00
sector.dart Scaffold should wrap its body in a Material 2015-10-19 12:11:10 -07:00
smooth_resize.dart Adds EnterExitTransition widget 2015-10-20 15:37:55 -07:00
spinning_mixed.dart Port spinning_mixed demo to fn3 2015-10-22 14:20:13 -07:00
styled_text.dart Rename package:sky to package:flutter 2015-10-09 20:44:52 -07:00
tabs.dart Scaffold should wrap its body in a Material 2015-10-19 12:11:10 -07:00

Small examples of the Flutter widget framework
==============================================

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

```bash
pub global activate flutter
flutter start --checked -t foo.dart
```

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