paginated_list 1.0.0+1
paginated_list: ^1.0.0+1 copied to clipboard
A Paginated List widget that displays a list of items in a scrollable container. The list can be scrolled horizontally or vertically. The list can be infinite, meaning that it will request additional [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add paginated_listThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
paginated_list: ^1.0.0+1Alternatively, 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:paginated_list/paginated_list.dart';