• Adam Barth's avatar
    Introduce ScrollableList2 · 99bca282
    Adam Barth authored
    ScrollableList2 uses the same pattern as ScrollableGrid, which requires the
    client to allocate widgets for every list item but doesn't inflate them unless
    they're actually needed for the view. It improves on the original
    ScrollableList by not requiring a rebuild of the whole visible portion of the
    list when scrolling. In fact, small scrolls can often be handled entirely by
    repainting.
    99bca282
grid.dart 15.3 KB