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