async_list_view library

Classes

AsyncListView<T>
A wrapper around StreamSummaryBuilder and ListView that displays a scrollable list of lazily loaded stream elements.

Typedefs

IndexedSnapshotWidgetBuilder<T> = Widget Function(BuildContext context, AsyncSnapshot<List<T>> snapshot, int index)
A builder that builds a list item from a BuildContext, snapshot of items seen so far, and item index.