diff --git a/lib/data.zip b/lib/data.zip deleted file mode 100644 index 440ac9c..0000000 Binary files a/lib/data.zip and /dev/null differ diff --git a/lib/main.dart b/lib/main.dart index 329bfed..5dcb45b 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -24,7 +24,7 @@ class MyApp extends StatelessWidget { child: BlocBuilder( builder: (context, state) { return MaterialApp( - title: 'Flutter Demo', + title: 'Game Of Thrones', locale: state.currentLocale, localizationsDelegates: AppLocale.localizationsDelegates, supportedLocales: AppLocale.supportedLocales,