fire_pagination 0.0.1 copy "fire_pagination: ^0.0.1" to clipboard
fire_pagination: ^0.0.1 copied to clipboard

unlisted

Widget to implement pagination, works with Android and Web. Paginated ListView has two required parameters itemBuilder and service. The itemBuilder parameter builds widgets using the items/data in the [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fire_pagination

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

dependencies:
  fire_pagination: ^0.0.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:fire_pagination/fire_pagination.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Widget to implement pagination, works with Android and Web. Paginated ListView has two required parameters itemBuilder and service. The itemBuilder parameter builds widgets using the items/data in the list. The service parameter accepts an Object which extends PaginationService, this provides the getData function to fetch data into the list on demand.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

equatable, flutter, flutter_riverpod

More

Packages that depend on fire_pagination