flutter_lazy_loader 1.0.1 copy "flutter_lazy_loader: ^1.0.1" to clipboard
flutter_lazy_loader: ^1.0.1 copied to clipboard

outdated

A lazily loaded list for flutter.

A lazy loading list for use with Flutter.

Getting started #

  1. Install package. See the installation tab.
  2. Use it. See the example tab.

Basic Usage #

  LazyLoadingList<int>(
      dataLoader: _dataloader,
      listTile: _listTile,
    )
3
likes
0
pub points
1%
popularity

Publisher

unverified uploader

A lazily loaded list for flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_lazy_loader