flutter_paging 0.1.1 copy "flutter_paging: ^0.1.1" to clipboard
flutter_paging: ^0.1.1 copied to clipboard

Paging your widgets from local or storage. Decoupling UI and data.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_paging

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

dependencies:
  flutter_paging: ^0.1.1

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_paging/flutter_paging.dart';
0
likes
20
pub points
26%
popularity

Publisher

unverified uploader

Paging your widgets from local or storage. Decoupling UI and data.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, rxdart

More

Packages that depend on flutter_paging