Stickers & packs

This commit is contained in:
2025-05-11 22:05:54 +08:00
parent e4c6477bba
commit f6d651a98f
25 changed files with 3424 additions and 242 deletions

View File

@ -28,7 +28,7 @@ class AccountScreen extends HookConsumerWidget {
}
return AppScaffold(
appBar: AppBar(title: const Text('Account')),
appBar: AppBar(title: const Text('account').tr()),
body: SingleChildScrollView(
child: Column(
children: <Widget>[
@ -102,9 +102,11 @@ class AccountScreen extends HookConsumerWidget {
Text('creatorHubDescription').tr(),
],
).padding(horizontal: 16, vertical: 12),
onTap: () {},
onTap: () {
context.router.push(CreatorHubRoute());
},
),
),
).height(140),
),
Expanded(
child: Card(
@ -120,7 +122,7 @@ class AccountScreen extends HookConsumerWidget {
).padding(horizontal: 16, vertical: 12),
onTap: () {},
),
),
).height(140),
),
],
).padding(horizontal: 8),