bloc_pagination 0.1.1 copy "bloc_pagination: ^0.1.1" to clipboard
bloc_pagination: ^0.1.1 copied to clipboard

Flutter package provide easiest way to handle pagination pages using flutter_bloc state management

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bloc_pagination

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

dependencies:
  bloc_pagination: ^0.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:bloc_pagination/bloc_pagination.dart';
8
likes
140
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package provide easiest way to handle pagination pages using flutter_bloc state management

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

equatable, flutter, flutter_bloc, infinite_scroll_pagination

More

Packages that depend on bloc_pagination