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>(
|
||||
builder: (context, state) {
|
||||
return MaterialApp(
|
||||
title: 'Flutter Demo',
|
||||
title: 'Game Of Thrones',
|
||||
locale: state.currentLocale,
|
||||
localizationsDelegates: AppLocale.localizationsDelegates,
|
||||
supportedLocales: AppLocale.supportedLocales,
|
||||
|
Loading…
Reference in New Issue
Block a user