Skip to content

Latest commit

 

History

History
45 lines (43 loc) · 686 Bytes

RECORD.md

File metadata and controls

45 lines (43 loc) · 686 Bytes

flutter build apk --target-platform android-arm64 -t lib/main_prod.dart

query getUserDetail($name:String!){ user(login: $name) { login, avatarUrl, company, location, bio, email, bioHTML, websiteUrl, viewerIsFollowing, createdAt, repositories(first: 100) { totalCount, nodes { stargazers { totalCount } } } followers { totalCount } following { totalCount } starredRepositories { totalCount } isViewer, #pinnedItems { #
#} organizations(first: 100) { nodes { login, avatarUrl, name } } } }