flutter/packages/unit/test
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
..
engine Add package:flutter_test 2015-11-23 14:09:12 -08:00
examples Refactor rendering_tester 2015-09-16 12:03:57 -07:00
gestures Add package:flutter_test 2015-11-23 14:09:12 -08:00
harness Introduce sky/unit/test 2015-08-20 21:01:13 -07:00
painting Avoid using transforms when simple offsets will do. 2015-11-21 20:59:26 -08:00
rendering Callback identity is too fragile for CustomPaint 2015-11-20 08:20:59 -08:00
scheduler Rename some of the functions from the scheduler. 2015-12-02 15:37:11 -08:00
services Rationalize embedder.dart and shell.dart 2015-10-29 10:47:34 -07:00
widget Fix a large number of Drawer bugs 2015-12-03 10:12:56 -08:00