flutter/packages/unit
Adam Barth 1d195cb995 Fix a large number of Drawer bugs
This patch restructures how we handle drawer. The drawer is now a child of the
Scaffold, which wraps the Drawer in a DrawerController. The DrawerController
manages the interaction with the navigator as well as the edge swiping. The
DrawerController's state machine is driven almost entirely off its Performance,
which it now owns completely.

Fixes #90
Fixes #187
Fixes #192
Fixes #194
Fixes #604
2015-12-03 10:12:56 -08:00
..
benchmark Add package:flutter_test 2015-11-23 14:09:12 -08:00
test Fix a large number of Drawer bugs 2015-12-03 10:12:56 -08:00
pubspec.yaml Add package:flutter_test 2015-11-23 14:09:12 -08:00