mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
add: more contributors
This commit is contained in:
5
lib/data/model/app/github_id.dart
Normal file
5
lib/data/model/app/github_id.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
typedef GhId = String;
|
||||
|
||||
extension GhIdX on GhId {
|
||||
String get url => 'https://github.com/$this ';
|
||||
}
|
||||
Reference in New Issue
Block a user