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

@ -263,6 +263,13 @@ class CreatorHubScreen extends HookConsumerWidget {
contentPadding: EdgeInsets.symmetric(
horizontal: 24,
),
onTap: () {
context.router.push(
CreatorPostListRoute(
pubName: currentPublisher.value!.name,
),
);
},
),
Divider(height: 1).padding(vertical: 8),
ListTile(