async_list_view 1.0.0 copy "async_list_view: ^1.0.0" to clipboard
async_list_view: ^1.0.0 copied to clipboard

outdated

A wrapper around `StreamSummaryBuilder` and `ListView` that displays a scrollable list of items lazily fetched from an asynchronous data source.

async_list_view #

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:

  • display user chat history retrieved from Firestore.
  • display search results for items on an online marketplace.
  • display log lines read from a large file.

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

5
likes
0
pub points
44%
popularity

Publisher

verified publishercaseycrogers.dev

A wrapper around `StreamSummaryBuilder` and `ListView` that displays a scrollable list of items lazily fetched from an asynchronous data source.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, stream_summary_builder

More

Packages that depend on async_list_view