bloc_pagination 0.1.0 copy "bloc_pagination: ^0.1.0" to clipboard
bloc_pagination: ^0.1.0 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.0

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';
7
likes
150
pub points
8%
popularity

Publisher

unverified uploader

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