Skip to content

Commit

Permalink
chore: add participants (#410)
Browse files Browse the repository at this point in the history
Fixes #409
  • Loading branch information
lollipopkit authored Jun 22, 2024
1 parent f1315dd commit 190da74
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions lib/data/res/github_id.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@ abstract final class GithubIds {
// If you want to change your Github ID, please open an issue.
static const contributors = <GhId>{
'PaperCube',
'Integral-Tech',
'its-tom',
'leganck',
'azkadev',
'kalashnikov',
'FrancXPT',
'RainSunMe',
'calvinweb',
'QazCetelic',
'RainSunMe',
'FrancXPT',
'Liloupar',
'dccif',
'QazCetelic',
};

static const participants = <GhId>{
Expand Down Expand Up @@ -71,6 +73,16 @@ abstract final class GithubIds {
'FHU-yezi',
'ZRY233',
'Jasonzhu1207',
'sakuraanzu',
'licaon-kter',
'77160860',
'mijjjj',
'muyunil',
'Hua159',
'jaydong2016',
'geol',
'Mooling0602',
'IllTamer',
};
}

Expand Down

0 comments on commit 190da74

Please sign in to comment.