flutter_infinite_scroll 0.0.2 copy "flutter_infinite_scroll: ^0.0.2" to clipboard
flutter_infinite_scroll: ^0.0.2 copied to clipboard

Opinionated package to lazily load and display small chunks of items as the user scrolls down the screen

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_infinite_scroll

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

dependencies:
  flutter_infinite_scroll: ^0.0.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:flutter_infinite_scroll/flutter_infinite_scroll.dart';
1
likes
115
points
61
downloads

Publisher

unverified uploader

Weekly Downloads

Opinionated package to lazily load and display small chunks of items as the user scrolls down the screen

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bloc_test, dio, equatable, firebase_auth, flutter, flutter_bloc, mockito, sealed_unions

More

Packages that depend on flutter_infinite_scroll