list_load_more 1.0.1 copy "list_load_more: ^1.0.1" to clipboard
list_load_more: ^1.0.1 copied to clipboard

A lazy loading ListView easy to implementation, easy to customize with your own loading animation and support some feature like add, remove single item and focus to item

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add list_load_more
copied to clipboard

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

dependencies:
  list_load_more: ^1.0.1
copied to clipboard

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:list_load_more/components/container_loading.dart';
import 'package:list_load_more/components/empty_widget.dart';
import 'package:list_load_more/components/error_widget.dart';
import 'package:list_load_more/components/list_shimmer_widget.dart';
import 'package:list_load_more/components/loading_more_widget.dart';
import 'package:list_load_more/components/shimmer_shape.dart';
import 'package:list_load_more/list_load_more/list_load_more.dart';
import 'package:list_load_more/utils/ext/iterable_ext.dart';
copied to clipboard
57
likes
140
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.19 - 2025.04.03

A lazy loading ListView easy to implementation, easy to customize with your own loading animation and support some feature like add, remove single item and focus to item

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, scroll_to_index, shimmer

More

Packages that depend on list_load_more