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

A lazily loaded list for flutter. Allows for loading data in small chunks at a time instead of everything at once.

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
130
pub points
1%
popularity

Publisher

unverified uploader

A lazily loaded list for flutter. Allows for loading data in small chunks at a time instead of everything at once.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_lazy_loader