mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-07-10 11:21:23 -05:00
feat: users' star repos
This commit is contained in:
@@ -33,7 +33,7 @@ class RepoItem extends StatelessWidget {
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: <Widget>[
|
||||
Text(
|
||||
item['name'],
|
||||
item['owner']['login'] + '/' + item['name'],
|
||||
style: TextStyle(fontWeight: FontWeight.w600, fontSize: 15),
|
||||
),
|
||||
Padding(padding: EdgeInsets.only(top: 6)),
|
||||
|
||||
Reference in New Issue
Block a user