• 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
..
flutter Loading commit data...
flutter_sprites Loading commit data...
flx Loading commit data...
unit Loading commit data...
updater Loading commit data...