Initial commit

This commit is contained in:
Kazimierz Ciołek
2026-02-19 02:49:29 +01:00
commit 782986a632
148 changed files with 29230 additions and 0 deletions

11
test/widget_test.dart Normal file
View File

@@ -0,0 +1,11 @@
import 'package:flutter_test/flutter_test.dart';
// import 'package:trainhub_flutter/main.dart';
void main() {
testWidgets('Smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame.
// await tester.pumpWidget(const TrainHubApp());
expect(true, true);
});
}