Next refactors
Some checks failed
Build Linux App / build (push) Failing after 1m18s

This commit is contained in:
Kazimierz Ciołek
2026-02-24 02:19:28 +01:00
parent 0c9eb8878d
commit 9dcc4b87de
40 changed files with 3515 additions and 2575 deletions

View File

@@ -2,6 +2,7 @@ class AppConstants {
AppConstants._();
static const String appName = 'TrainHub';
static const String appVersion = '2.0.0';
static const double windowWidth = 1280;
static const double windowHeight = 800;
static const double minWindowWidth = 800;