flutter_lazy_loader 1.0.1
flutter_lazy_loader: ^1.0.1 copied to clipboard
A lazily loaded list for flutter.
A lazy loading list for use with Flutter.
Getting started #
- Install package. See the installation tab.
- Use it. See the example tab.
Basic Usage #
LazyLoadingList<int>(
dataLoader: _dataloader,
listTile: _listTile,
)