andomie_pagination 1.1.1 copy "andomie_pagination: ^1.1.1" to clipboard
andomie_pagination: ^1.1.1 copied to clipboard

The Pagination class provides functionality for managing pagination state and data retrieval in Flutter apps. It allows for easy loading of data in chunks, handling of scroll events, and notifying whe [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add andomie_pagination

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

dependencies:
  andomie_pagination: ^1.1.1

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:andomie_pagination/flutter_pagination.dart';
import 'package:andomie_pagination/pagination.dart';
2
likes
100
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

The Pagination class provides functionality for managing pagination state and data retrieval in Flutter apps. It allows for easy loading of data in chunks, handling of scroll events, and notifying when new data is available. With features like preloading and error handling, it simplifies the implementation of paginated lists or grids.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_entity, flutter_staggered_grid_view, sliver_tools

More

Packages that depend on andomie_pagination