pagination_view 0.6.0 copy "pagination_view: ^0.6.0" to clipboard
pagination_view: ^0.6.0 copied to clipboard

outdated

Flutter package to simplify pagination of list of items from the internet.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pagination_view

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

dependencies:
  pagination_view: ^0.6.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:pagination_view/pagination_view.dart';
161
likes
0
pub points
92%
popularity

Publisher

verified publishervedartm.com

Flutter package to simplify pagination of list of items from the internet.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on pagination_view