refresh_paging_listview 1.2.0 copy "refresh_paging_listview: ^1.2.0" to clipboard
refresh_paging_listview: ^1.2.0 copied to clipboard

包含支持下拉刷新,上拉加载更多组件。另外封装了简单的分页加载页面,ListView支持设置headers、footers和空页面

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add refresh_paging_listview

With Flutter:

 $ flutter pub add refresh_paging_listview

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

dependencies:
  refresh_paging_listview: ^1.2.0

Alternatively, your editor might support dart pub get or 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_paging_listview/refresh_paging_listview.dart';
2
likes
0
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

包含支持下拉刷新,上拉加载更多组件。另外封装了简单的分页加载页面,ListView支持设置headers、footers和空页面

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cupertino_icons, flutter, pull_to_refresh_flutter3

More

Packages that depend on refresh_paging_listview