feat(gitea): user screen

This commit is contained in:
Rongjian Zhang
2020-01-29 18:00:48 +08:00
parent 76c6948b05
commit 7039a8905f
7 changed files with 49 additions and 29 deletions

View File

@@ -39,7 +39,7 @@ class UserHeader extends StatelessWidget {
],
),
SizedBox(height: 8),
if (name != null) ...[
if (name != null && name.isNotEmpty) ...[
Text(
name,
style: TextStyle(