feat: add tournoment feature
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user