Files
flutter_server_box/lib/data/res/github_id.dart
2023-09-17 14:30:34 +08:00

42 lines
729 B
Dart

import 'package:toolbox/data/model/app/github_id.dart';
class GithubIds {
const GithubIds._();
// Thanks
// If you want to change the url, please open an issue.
static const contributors = <GhId>{
'its-tom',
'RainSunMe',
'kalashnikov',
'azkadev',
'calvinweb',
'Liloupar'
};
static const participants = <GhId>{
'jaychoubaby',
'fecture',
'Tao173',
'QingAnLe',
'wxdjs',
'Aeorq',
'allonmymind',
'Yuuki-Rin',
'LittleState',
'karuboniru',
'whosphp',
'Climit',
'dianso',
'Jasondeepny',
'kaliwell',
'ymxkiss',
'Ealrang',
'hange33',
'yuchen1204',
'xgzxmytx',
'wind057',
'a1564471347',
'fanzhebufan1',
};
}