async_list_view 0.0.1-dev.7 copy "async_list_view: ^0.0.1-dev.7" to clipboard
async_list_view: ^0.0.1-dev.7 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 #

A wrapper around StreamSummaryBuilder and ListView that displays a scrollable list of items lazily fetched from an asynchronous data source. AsyncListView is useful for loading a list of results from an asynchronous database. Example use cases:

  • display user chat history retrieved from Firestore.
  • display search results for items on an online marketplace.

T is the event type of the provided source stream.

Disclaimer: This package isn't unit tested (yet). Use at your own risk. 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