• Adam Barth's avatar
    Add support for scrollable grids · 6106fa9d
    Adam Barth authored
    We now support (vertically) scrollable grids with viewporting. If the
    scroll doesn't reveal any new rows, we execute the scroll with a repaint
    (i.e., no layout). If the scroll reveals a new row, we trigger a layout
    to change the set of materialized children in the viewport.
    6106fa9d
homogeneous_viewport.dart 11.5 KB