flutter_pagination_pro 0.6.0
flutter_pagination_pro: ^0.6.0 copied to clipboard
Flutter pagination: generic page keys (int, cursor, offset), infinite scroll, load more button, grid view, slivers, numbered pagination, controlled mode, updateFetchPage for search/filter, built-in lo [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_pagination_proWith Flutter:
$ flutter pub add flutter_pagination_proThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_pagination_pro: ^0.6.0Alternatively, your editor might support dart pub get or 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';