feat: terms and condition
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user