Developer portal basis

This commit is contained in:
2025-06-29 19:36:37 +08:00
parent f04285848f
commit 450d5ebc81
8 changed files with 736 additions and 2 deletions

View File

@ -178,7 +178,9 @@ class AccountScreen extends HookConsumerWidget {
Text('developerPortalDescription').tr(),
],
).padding(horizontal: 16, vertical: 12),
onTap: () {},
onTap: () {
context.push('/developers');
},
),
).height(140),
),