refresh_loadmore 2.0.7 copy "refresh_loadmore: ^2.0.7" to clipboard
refresh_loadmore: ^2.0.7 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
copied to clipboard

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.7
copied to clipboard

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';
copied to clipboard
26
likes
160
points
560
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.26 - 2025.04.10

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on refresh_loadmore