• Adam Barth's avatar
    We throw an exception if you tap the screen during load · 060b34f7
    Adam Barth authored
    Inside runApp, we were building the render tree for the app, but we weren't
    calling layout, which meant we were running a hit test on a dirty tree. Now
    hitTest specifically asserts that the tree is clean and we synchronously call
    layout for your app during runApp.
    
    Fixes #1960
    060b34f7
Name
Last commit
Last update
..
animation Loading commit data...
gestures Loading commit data...
http Loading commit data...
material Loading commit data...
painting Loading commit data...
rendering Loading commit data...
services Loading commit data...
widgets Loading commit data...