feat: extract issue and pull request common widget, add more type

This commit is contained in:
Rongjian Zhang
2019-01-28 21:32:01 +08:00
parent 16240278f6
commit 7c6c211d1c
10 changed files with 509 additions and 336 deletions

View File

@@ -36,7 +36,7 @@ Future<dynamic> query(String query) async {
if (res['errors'] != null) {
throw new Exception(res['errors'].toString());
}
print(res);
// print(res);
return res['data'];
}