easy_infinite_scroll 1.0.0 copy "easy_infinite_scroll: ^1.0.0" to clipboard
easy_infinite_scroll: ^1.0.0 copied to clipboard

A simple, but flexible and powerful implementation of an infinite scroll list in Flutter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_infinite_scroll

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

dependencies:
  easy_infinite_scroll: ^1.0.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:easy_infinite_scroll/easy_infinite_scroll.dart';
4
likes
130
pub points
47%
popularity

Publisher

verified publisher4inka.com

A simple, but flexible and powerful implementation of an infinite scroll list in Flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on easy_infinite_scroll