async_list_view 0.0.1-dev.8 copy "async_list_view: ^0.0.1-dev.8" to clipboard
async_list_view: ^0.0.1-dev.8 copied to clipboard

outdated

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add async_list_view

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  async_list_view: ^0.0.1-dev.8

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:async_list_view/async_list_view.dart';
5
likes
0
pub points
43%
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