flutter_pagination_pro 1.0.2 copy "flutter_pagination_pro: ^1.0.2" to clipboard
flutter_pagination_pro: ^1.0.2 copied to clipboard

A lightweight, zero-dependency Flutter pagination toolkit. Infinite scroll, load more, grid, slivers, numbered pages, bidirectional, animated lists, skeleton loading & keyboard nav

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_pagination_pro

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

dependencies:
  flutter_pagination_pro: ^1.0.2

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:flutter_pagination_pro/flutter_pagination_pro.dart';
4
likes
160
points
96
downloads

Documentation

API reference

Publisher

verified publisheralmasum.dev

Weekly Downloads

A lightweight, zero-dependency Flutter pagination toolkit. Infinite scroll, load more, grid, slivers, numbered pages, bidirectional, animated lists, skeleton loading & keyboard nav

Repository (GitHub)
View/report issues

Topics

#pagination #infinite-scroll #lazy-loading #listview #gridview

License

MIT (license)

Dependencies

flutter, matcher

More

Packages that depend on flutter_pagination_pro