flutter_lazy_loader 1.0.0 icon indicating copy to clipboard operation
flutter_lazy_loader: ^1.0.0 copied to clipboard

A lazily loaded list for flutter.

A lazy loading list for use with Flutter.

Features #

Lazily loads items into a list!

Getting started #

  1. Depend on it.
  2. See example for how to use.

Usage #

  LazyLoadingList<int>(
      dataLoader: _dataloader,
      listTile: _listTile,
    )
2
likes
110
pub points
18%
popularity

Publisher

unverified uploader

A lazily loaded list for flutter.

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_lazy_loader