flutter/examples/widgets
Adam Barth 49c4787698 Convert Drawer to using navigator
This patch converts drawer to using the "openDialog" pattern for managing its
state. Currently, the drawer entrance and exit animation aren't integrated with
the navigator's animation system because the drawer's animations can be stopped
and reversed, which the navigator can't yet understand. That means dismissing
the drawer via the system back button causes the drawer to be removed
instanteously.

Fixes #715
Fixes #1187
2015-10-05 10:24:19 -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 Convert Drawer to using navigator 2015-10-05 10:24:19 -07:00
container.dart Make fn3 the default widget framework 2015-10-01 09:48:35 -07:00
date_picker.dart Make fn3 the default widget framework 2015-10-01 09:48:35 -07:00
drag_and_drop.dart Use }) : super consistently 2015-10-02 23:12:03 -07:00
ensure_visible.dart Move theme into material.dart 2015-09-18 09:57:21 -07:00
horizontal_scrolling.dart Make fn3 the default widget framework 2015-10-01 09:48:35 -07:00
navigation.dart Make fn3 the default widget framework 2015-10-01 09:48:35 -07:00
overlay_geometry.dart Port overlay_geometry.dart demo. 2015-10-01 12:50:49 -07:00
pageable_list.dart Convert Drawer to using navigator 2015-10-05 10:24:19 -07:00
piano.dart Make fn3 the default widget framework 2015-10-01 09:48:35 -07:00
progress_indicator.dart Make fn3 the default widget framework 2015-10-01 09:48:35 -07:00
pubspec.yaml pubspec.yaml files for the smaller demos. 2015-08-10 17:13:17 -07:00
scale.dart Make fn3 the default widget framework 2015-10-01 09:48:35 -07:00
sector.dart Add dartdoc for proxy_box.dart and other code in rendering 2015-09-14 10:35:31 -07:00
spinning_mixed.dart Switch scheduler over to Duration 2015-10-03 13:48:57 -07:00
styled_text.dart Make fn3 the default widget framework 2015-10-01 09:48:35 -07:00
tabs.dart Make fn3 the default widget framework 2015-10-01 09:48:35 -07:00