ecp_paging 0.0.8+3
ecp_paging: ^0.0.8+3 copied to clipboard
分页组件库,整合下拉刷新与上拉加载,自动管理分页状态,支持自定义缺省页、控制器灵活配置。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ecp_pagingThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ecp_paging: ^0.0.8+3Alternatively, 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:ecp_paging/ecp_paging.dart';