feat: add tournoment feature

This commit is contained in:
2026-07-07 15:18:55 +03:30
parent 5b0a66bb54
commit 5424695f25
10 changed files with 1349 additions and 229 deletions
+4
View File
@@ -17,6 +17,7 @@ import 'feature/game/presentation/screen/private_entry_screen.dart';
import 'feature/game/presentation/screen/private_table_screen.dart';
import 'feature/game/presentation/screen/tier_list_screen.dart';
import 'feature/legal/terms_screen.dart';
import 'feature/tournament/presentation/screen/tournaments_screen.dart';
import 'feature/profile/presentation/bloc/profile_bloc.dart';
import 'feature/profile/presentation/bloc/profile_event.dart';
import 'feature/profile/presentation/screen/profile_screen.dart';
@@ -43,6 +44,9 @@ class HakemApp extends StatelessWidget {
GoRoute(path: '/setup', builder: (_, __) => const ProfileSetupScreen()),
GoRoute(path: '/lobby', builder: (_, __) => const LobbyScreen()),
GoRoute(path: '/terms', builder: (_, __) => const TermsScreen()),
GoRoute(
path: '/tournaments',
builder: (_, __) => const TournamentsScreen()),
GoRoute(
path: '/profile',
builder: (_, __) => BlocProvider(