infinite_paging_widget 0.1.0 copy "infinite_paging_widget: ^0.1.0" to clipboard
infinite_paging_widget: ^0.1.0 copied to clipboard

A Flutter infinite scroll list/grid with load-more pagination. Supports empty, loading, error, header, and footer slots.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add infinite_paging_widget

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

dependencies:
  infinite_paging_widget: ^0.1.0

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:infinite_paging_widget/infinite_paging_widget.dart';
0
likes
160
points
88
downloads
screenshot

Documentation

API reference

Publisher

verified publisherayushd70.dev

Weekly Downloads

A Flutter infinite scroll list/grid with load-more pagination. Supports empty, loading, error, header, and footer slots.

Repository (GitHub)
View/report issues

Topics

#ui #list #pagination #infinite-scroll #widget

License

MIT (license)

Dependencies

flutter

More

Packages that depend on infinite_paging_widget