Minor Fixes

This commit is contained in:
Artyom_Yashin 2024-12-21 00:58:39 +04:00
parent 4879677561
commit 7347b64937
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -24,7 +24,7 @@ class MyApp extends StatelessWidget {
child: BlocBuilder<LocaleBloc, LocaleState>(
builder: (context, state) {
return MaterialApp(
title: 'Flutter Demo',
title: 'Game Of Thrones',
locale: state.currentLocale,
localizationsDelegates: AppLocale.localizationsDelegates,
supportedLocales: AppLocale.supportedLocales,