pageable_page_view 0.0.5 copy "pageable_page_view: ^0.0.5" to clipboard
pageable_page_view: ^0.0.5 copied to clipboard

Pageable Page View is a project developed to facilitate pagination operations in Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pageable_page_view

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

dependencies:
  pageable_page_view: ^0.0.5

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:pageable_page_view/pageable_page_view.dart';
5
likes
130
points
38
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Pageable Page View is a project developed to facilitate pagination operations in Flutter.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on pageable_page_view