fl_paging 2.2.0 copy "fl_paging: ^2.2.0" to clipboard
fl_paging: ^2.2.0 copied to clipboard

A new Flutter package support paginating for Listview, Gridview and NestedScrollView

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fl_paging

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

dependencies:
  fl_paging: ^2.2.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:fl_paging/fl_paging.dart';
24
likes
110
pub points
78%
popularity

Publisher

verified publisherdangngocduc.dev

A new Flutter package support paginating for Listview, Gridview and NestedScrollView

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

async, flutter, freezed_annotation, tuple

More

Packages that depend on fl_paging