infinite_listview 1.1.0 copy "infinite_listview: ^1.1.0" to clipboard
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';
121
likes
120
pub points
95%
popularity

Publisher

verified publisherfluttercommunity.dev

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on infinite_listview