Basic posting

This commit is contained in:
2025-04-26 01:47:47 +08:00
parent 7bf4f9ef47
commit a564e4ee0a
13 changed files with 216 additions and 87 deletions

View File

@ -27,5 +27,6 @@ class AppRouter extends RootStackRouter {
page: EditPublisherRoute.page,
path: '/account/me/publishers/:id',
),
AutoRoute(page: PostComposeRoute.page, path: '/posts/compose'),
];
}