Minor Fixes
This commit is contained in:
parent
4879677561
commit
7347b64937
BIN
lib/data.zip
BIN
lib/data.zip
Binary file not shown.
@ -24,7 +24,7 @@ class MyApp extends StatelessWidget {
|
|||||||
child: BlocBuilder<LocaleBloc, LocaleState>(
|
child: BlocBuilder<LocaleBloc, LocaleState>(
|
||||||
builder: (context, state) {
|
builder: (context, state) {
|
||||||
return MaterialApp(
|
return MaterialApp(
|
||||||
title: 'Flutter Demo',
|
title: 'Game Of Thrones',
|
||||||
locale: state.currentLocale,
|
locale: state.currentLocale,
|
||||||
localizationsDelegates: AppLocale.localizationsDelegates,
|
localizationsDelegates: AppLocale.localizationsDelegates,
|
||||||
supportedLocales: AppLocale.supportedLocales,
|
supportedLocales: AppLocale.supportedLocales,
|
||||||
|
Loading…
Reference in New Issue
Block a user