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,
)
A lazy loading list for use with Flutter.
LazyLoadingList<int>(
dataLoader: _dataloader,
listTile: _listTile,
)