Creator's post list

This commit is contained in:
2025-06-18 23:44:47 +08:00
parent 15a5848785
commit 52111c4b95
6 changed files with 846 additions and 254 deletions

View File

@ -51,6 +51,7 @@ class AppRouter extends RootStackRouter {
path: '/creators',
children: [
AutoRoute(page: CreatorHubRoute.page, path: ''),
AutoRoute(page: CreatorPostListRoute.page, path: ':name/posts'),
AutoRoute(page: StickersRoute.page, path: ':name/stickers'),
AutoRoute(page: NewStickerPacksRoute.page, path: ':name/stickers/new'),
AutoRoute(