initial
This commit is contained in:
7
lib/domain/constants.dart
Normal file
7
lib/domain/constants.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
abstract class Constants {
|
||||
static const localHost = '127.0.0.1';
|
||||
static const clashFolderName = "clash";
|
||||
static const delayTestUrl = "https://www.google.com";
|
||||
static const configFileName = "config";
|
||||
static const countryMMDBFileName = "Country";
|
||||
}
|
||||
Reference in New Issue
Block a user