flutter/examples/widgets
Hans Muller 09d26302cb IndexedStack
Added horizontal and vertical alignment properties to Stack so that the origin of non-positioned children can be specified. Currently all of the non-positioned children just end up with their top-left at 0,0. Now, for example, you can center the children by specifying verticalAlignment: 0.5, horizontalAlignment: 0.5.

Added IndexedStack which only paints the stack child specified by the index property. Since it's a Stack, it's as big as the biggest non-positioned child. This component will be essential for building mobile drop down menus.

Added a (likely temporary) example that demonstrates IndexedStack.
2015-10-08 10:21:24 -07:00
..
big_switch.dart Make fn3 the default widget framework 2015-10-01 09:48:35 -07:00
BUILD.gn Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00
card_collection.dart HomogeneousViewport support for Theme.of() 2015-10-07 15:53:50 -07:00
container.dart Make fn3 the default widget framework 2015-10-01 09:48:35 -07:00
date_picker.dart Simplify Scaffold 2015-10-06 10:06:17 -07:00
drag_and_drop.dart Simplify Scaffold 2015-10-06 10:06:17 -07:00
ensure_visible.dart Simplify Scaffold 2015-10-06 10:06:17 -07:00
horizontal_scrolling.dart Make fn3 the default widget framework 2015-10-01 09:48:35 -07:00
indexed_stack.dart IndexedStack 2015-10-08 10:21:24 -07:00
navigation.dart Simplify the usage of Navigator's routes argument 2015-10-05 13:59:30 -07:00
overlay_geometry.dart Simplify Scaffold 2015-10-06 10:06:17 -07:00
pageable_list.dart Simplify Scaffold 2015-10-06 10:06:17 -07:00
piano.dart Make fn3 the default widget framework 2015-10-01 09:48:35 -07:00
progress_indicator.dart Simplify Scaffold 2015-10-06 10:06:17 -07:00
pubspec.yaml pubspec.yaml files for the smaller demos. 2015-08-10 17:13:17 -07:00
scale.dart Simplify Scaffold 2015-10-06 10:06:17 -07:00
sector.dart Simplify Scaffold 2015-10-06 10:06:17 -07:00
spinning_mixed.dart Switch scheduler over to Duration 2015-10-03 13:48:57 -07:00
styled_text.dart Simplify Scaffold 2015-10-06 10:06:17 -07:00
tabs.dart Simplify Scaffold 2015-10-06 10:06:17 -07:00