mod: 用户页面动态加载

This commit is contained in:
guozhigq
2023-07-28 10:32:02 +08:00
parent bc83d26073
commit 88f21615fc
8 changed files with 202 additions and 7 deletions

View File

@ -36,11 +36,12 @@ class _ArchivePanelState extends State<ArchivePanel>
Column(
children: <Widget>[
// 下拉刷新指示器
PullToRefreshContainer(
(PullToRefreshScrollNotificationInfo? info) {
return PullToRefreshHeader(info, lastRefreshTime);
},
),
// PullToRefreshContainer(
// (PullToRefreshScrollNotificationInfo? info) {
// return PullToRefreshHeader(info, lastRefreshTime);
// },
// ),
const SizedBox(height: 4),
Expanded(
child: LoadingMoreList<VListItemModel>(
ListConfig<VListItemModel>(