Initial commit
This commit is contained in:
10
lib/core/constants/app_constants.dart
Normal file
10
lib/core/constants/app_constants.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
class AppConstants {
|
||||
AppConstants._();
|
||||
|
||||
static const String appName = 'TrainHub';
|
||||
static const double windowWidth = 1280;
|
||||
static const double windowHeight = 800;
|
||||
static const double minWindowWidth = 800;
|
||||
static const double minWindowHeight = 600;
|
||||
static const String databaseName = 'trainhub.sqlite';
|
||||
}
|
||||
Reference in New Issue
Block a user