smart_refresh_list 1.0.2 copy "smart_refresh_list: ^1.0.2" to clipboard
smart_refresh_list: ^1.0.2 copied to clipboard

This is a list refresh and pagination loading library based on "pull_to_refresh".

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_refresh_list

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

dependencies:
  smart_refresh_list: ^1.0.2

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:smart_refresh_list/smart_refresh_list.dart';
0
likes
145
points
149
downloads

Publisher

unverified uploader

Weekly Downloads

This is a list refresh and pagination loading library based on "pull_to_refresh".

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, pull_to_refresh

More

Packages that depend on smart_refresh_list