Przebudowanie aplikacji, usprawnione AI, dodanie combo buildera
Some checks failed
Build Linux App / build (push) Failing after 1m18s

This commit is contained in:
Kazimierz Ciołek
2026-07-06 23:44:17 +02:00
parent 9dcc4b87de
commit 6dd7213eb0
48 changed files with 3229 additions and 669 deletions

View File

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