반응형
import 'package:flutter/material.dart';
import 'package:wordgame/core/get_it/get_it.dart';
import 'package:wordgame/core/router/app_router.dart';
import 'package:wordgame/core/theme/app_theme.dart';
void main() {
WidgetsFlutterBinding.ensureInitialized();
setup();
runApp(MaterialApp.router(
routerConfig: AppRouter.router,
theme: AppTheme.getTheme(),
));
}반응형
'새내기 게임 개발자[Unity]' 카테고리의 다른 글
| Flutter Word Game features/game/presentation/bloc/game_event.dart (0) | 2025.10.19 |
|---|---|
| Flutter Word Game features/game/presentation/bloc/game_bloc.dart (0) | 2025.10.19 |
| Flutter 기본교육 - 부트캠프 - 1 (0) | 2025.10.14 |
| Unity 인기많은 무료 에셋 검색 및 목록추가 (3) | 2025.08.11 |
| 누구나 Unity 프로그램으로 게임 개발을 할 수 있도록 지원을 아끼지 않겠습니다. (3) | 2025.08.11 |