feat: user screen

This commit is contained in:
Rongjian Zhang
2019-02-03 15:50:17 +08:00
parent f7cb6ab068
commit a374a57f8f
8 changed files with 218 additions and 86 deletions

View File

@@ -12,7 +12,7 @@ TextSpan createLinkSpan(BuildContext context, String text, Function handle) {
style: TextStyle(
color: Color(0xff0366d6),
fontWeight: FontWeight.w600,
decoration: TextDecoration.underline,
// decoration: TextDecoration.underline,
),
recognizer: TapGestureRecognizer()
..onTap = () {