lazy_loading_list_view 0.0.7 copy "lazy_loading_list_view: ^0.0.7" to clipboard
lazy_loading_list_view: ^0.0.7 copied to clipboard

A package for creating a ListView that handles lazy loading, pagination, pull-to-refresh, and a custom empty state.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add lazy_loading_list_view

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  lazy_loading_list_view: ^0.0.7

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:lazy_loading_list_view/lazy_loading_list_view.dart';
5
likes
150
points
134
downloads

Publisher

unverified uploader

Weekly Downloads

A package for creating a ListView that handles lazy loading, pagination, pull-to-refresh, and a custom empty state.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on lazy_loading_list_view