infinite_listview 1.1.0 icon indicating copy to clipboard operation
infinite_listview: ^1.1.0 copied to clipboard

ListView with items that can be scrolled infinitely in both directions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add infinite_listview

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

dependencies:
  infinite_listview: ^1.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_listview/infinite_listview.dart';
104
likes
120
pub points
95%
popularity

Publisher

verified publisher iconfluttercommunity.dev

ListView with items that can be scrolled infinitely in both directions.

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on infinite_listview