• Adam Barth's avatar
    Block should work inside LazyBlock (#3546) · cc9d602b
    Adam Barth authored
    Previously we were locking down the state even when calling layout in
    LazyBlock. Now we lock only when building children. Making this work well
    involved moving the catch out of lockState and into the few callers who
    actually wanted it.
    
    Fixes #3534
    cc9d602b
framework.dart 72 KB