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

outdated

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,
    )
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