refresh_loadmore 2.0.5 copy "refresh_loadmore: ^2.0.5" to clipboard
refresh_loadmore: ^2.0.5 copied to clipboard

A Flutter component that supports pull-down refresh and pull-up to load more data

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add refresh_loadmore

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

dependencies:
  refresh_loadmore: ^2.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:refresh_loadmore/refresh_loadmore.dart';
25
likes
140
pub points
84%
popularity

Publisher

unverified uploader

A Flutter component that supports pull-down refresh and pull-up to load more data

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on refresh_loadmore