feat: terms and condition

This commit is contained in:
2026-07-06 18:27:06 +03:30
parent 3e7e069487
commit 5b0a66bb54
7 changed files with 181 additions and 0 deletions
+2
View File
@@ -16,6 +16,7 @@ import 'feature/game/presentation/screen/game_screen.dart';
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/profile/presentation/bloc/profile_bloc.dart';
import 'feature/profile/presentation/bloc/profile_event.dart';
import 'feature/profile/presentation/screen/profile_screen.dart';
@@ -41,6 +42,7 @@ class HakemApp extends StatelessWidget {
GoRoute(path: '/otp', builder: (_, __) => const OtpScreen()),
GoRoute(path: '/setup', builder: (_, __) => const ProfileSetupScreen()),
GoRoute(path: '/lobby', builder: (_, __) => const LobbyScreen()),
GoRoute(path: '/terms', builder: (_, __) => const TermsScreen()),
GoRoute(
path: '/profile',
builder: (_, __) => BlocProvider(