Stellar program status showing

This commit is contained in:
2025-06-22 21:03:02 +08:00
parent 35b79d7562
commit 4c0ad5ef32
10 changed files with 385 additions and 21 deletions

View File

@ -278,7 +278,10 @@ class AccountProfileScreen extends HookConsumerWidget {
children: [
Row(
children: [
Text(data.nick).fontSize(20),
AccountName(
account: data,
style: TextStyle(fontSize: 20),
),
const Gap(6),
Text(
'@${data.name}',