• Adam Barth's avatar
    updateChildren() needs to walk the list forward · 05839e51
    Adam Barth authored
    This patch changes the framework to walk the child list forwards so that build
    functions with global side effects do sensible things. Specifically, if you
    have a number of autofocusable children, the first one the list will acquire
    the focus because it gets built first now.
    
    Fixes #182
    05839e51
virtual_viewport.dart 4.76 KB