• Adam Barth's avatar
    Prepare to make RenderObjectElement buildable · 0327141c
    Adam Barth authored
    This patch prepares us to pass a BuildContext to RenderObjectWidgets, which
    will make it possible to rebuild RenderObjectElements:
    
     * Delay creation of the render object until mount(). That will let us pass
       `this` to createRenderObject and have the inherited elements be initialized.
    
     * Cleanup widgets that take builder closures to prepare for their
       RenderObjectElement to be rebuilt more often.
    
     * Add a test for the interaction between inherited widgets and
       MixedViewport.
    
    Related to #2598
    0327141c
Name
Last commit
Last update
bin Loading commit data...
dev Loading commit data...
doc Loading commit data...
examples Loading commit data...
infra Loading commit data...
packages Loading commit data...
travis Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...