paginatorx 1.0.0 copy "paginatorx: ^1.0.0" to clipboard
paginatorx: ^1.0.0 copied to clipboard

paginatorx is a Flutter package that helps you to paginate data from the network or from any other source.

example/paginatorx_example.dart

import 'package:paginatorx/paginatorx.dart';

void main() {
  var awesome = Awesome();
  print('awesome: ${awesome.isAwesome}');
}
copied to clipboard
1
likes
140
points
31
downloads

Publisher

verified publisher3p-cups.com

Weekly Downloads

2024.09.27 - 2025.04.11

paginatorx is a Flutter package that helps you to paginate data from the network or from any other source.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on paginatorx