pagination_controller 0.1.1+1 copy "pagination_controller: ^0.1.1+1" to clipboard
pagination_controller: ^0.1.1+1 copied to clipboard

The `pagination_controller` package provides an abstract and reusable pagination logic for Flutter applications. It supports different pagination methods such as offset-based and page-based pagination [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pagination_controller

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

dependencies:
  pagination_controller: ^0.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:pagination_controller/pagination_controller.dart';
2
likes
130
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

The `pagination_controller` package provides an abstract and reusable pagination logic for Flutter applications. It supports different pagination methods such as offset-based and page-based pagination. It also integrates with `ScrollController` for automatic loading of new data as users scroll.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bloc, flutter, flutter_bloc

More

Packages that depend on pagination_controller