Flutter makes it easy and fast to build beautiful apps for mobile and beyond
Go to file
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
examples Convert Drawer to using navigator 2015-10-05 10:24:19 -07:00
packages Convert Drawer to using navigator 2015-10-05 10:24:19 -07:00