Add Backend Project and add Tournament Detail Page

This commit is contained in:
2026-03-04 11:13:08 +01:00
parent 3ba492b74c
commit b083d26666
13 changed files with 295 additions and 6 deletions

View File

@@ -30,5 +30,5 @@ class StateProvider extends ChangeNotifier {
}
return[];
}
List<Tournament> get user => _availableTournaments ?? [];
List<Tournament> get availableTournaments => _availableTournaments ?? [];
}