flutter/examples/stocks/lib
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
..
main.dart buildForwardTransition() 2015-12-02 17:16:43 -08:00
stock_arrow.dart Fix crash in stocks app painting 2015-11-20 09:36:12 -08:00
stock_data.dart Remove redundant fetch functions and avoid crashing when no headers are set 2015-11-16 18:31:57 -08:00
stock_home.dart Fix a large number of Drawer bugs 2015-12-03 10:12:56 -08:00
stock_list.dart Fix crash when going back in stocks app. 2015-12-01 22:54:11 -08:00
stock_menu.dart NavigatorTransaction 2015-11-30 15:24:36 -08:00
stock_row.dart Fix crash when going back in stocks app. 2015-12-01 22:54:11 -08:00
stock_settings.dart NavigatorTransaction 2015-11-30 15:24:36 -08:00
stock_symbol_viewer.dart buildForwardTransition() 2015-12-02 17:16:43 -08:00
stock_types.dart Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00