scroll_infinity 0.5.2 copy "scroll_infinity: ^0.5.2" to clipboard
scroll_infinity: ^0.5.2 copied to clipboard

ScrollInfinity is a Flutter package that provides a widget with infinite scrolling and paginated loading support, making it easier to build dynamic and endless listings.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add scroll_infinity

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

dependencies:
  scroll_infinity: ^0.5.2

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:scroll_infinity/scroll_infinity.dart';
2
likes
160
points
30
downloads

Publisher

verified publisherdariomatias-dev.com

Weekly Downloads

ScrollInfinity is a Flutter package that provides a widget with infinite scrolling and paginated loading support, making it easier to build dynamic and endless listings.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on scroll_infinity