flutter/examples/widgets
Adam Barth 99e115d06c Settings menu item in stock2 doesn't work
The underlying problem is that we lacked a RenderObjectWrapper for the
RenderView, which meant we couldn't handle changing the RenderObject that was
the root of the RenderView. This CL introduces a RenderViewWrapper and uses it
in a new AppContainer widget root. This change allows us to make App a
non-magical Component that is inserted into the AppContainer in the newly
introduced runApp function.

R=ianh@google.com

Review URL: https://codereview.chromium.org/1184823006.
2015-06-17 12:36:56 -07:00
..
container.dart Settings menu item in stock2 doesn't work 2015-06-17 12:36:56 -07:00
hello_widgets.dart Settings menu item in stock2 doesn't work 2015-06-17 12:36:56 -07:00
navigation.dart Settings menu item in stock2 doesn't work 2015-06-17 12:36:56 -07:00
sector.dart Settings menu item in stock2 doesn't work 2015-06-17 12:36:56 -07:00
spinning_mixed.dart Rename UINode to Widget. 2015-06-16 11:09:16 -07:00