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

outdated

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: ^1.0.8

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
0
pub points
79%
popularity

Publisher

verified publisherdangngocduc.dev

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

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

flutter, freezed_annotation, tuple

More

Packages that depend on fl_paging