feat: fav pgc page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-29 13:28:07 +08:00
parent 6ea8ffea7a
commit 72fa9c51f0
16 changed files with 884 additions and 216 deletions

View File

@@ -149,6 +149,9 @@ class _FavNoteChildPageState extends State<FavNoteChildPage>
),
delegate: SliverChildBuilderDelegate(
(context, index) {
if (index == loadingState.response.length - 1) {
_favNoteController.onLoadMore();
}
return FavNoteItem(
item: loadingState.response[index],
ctr: _favNoteController,