caseycrogers / async_list_view

MIT License
1 stars 1 forks source link

Displays a scrollable list of items lazily fetched from an asynchronous data source. Async list view is a thin wrapper on top of ListView.builder and StreamSummaryBuilder.

Because items are only fetched when they're visible to the user, async list view reduces potentially expensive database reads.

Example use cases:

Any contributions, bug reports, or feature requests are welcome.