rename app
This commit is contained in:
parent
fcd4f54ffe
commit
9cb990d7ac
@ -1,6 +1,6 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<application
|
||||
android:label="flutter_project"
|
||||
android:label="Anime List"
|
||||
android:name="${applicationName}"
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
<activity
|
||||
|
@ -21,7 +21,7 @@ class MyApp extends StatelessWidget {
|
||||
lazy: false,
|
||||
create: (context) => HomeBloc(context.read<AnimeRepository>()),
|
||||
child: MaterialApp(
|
||||
title: 'Flutter Demo',
|
||||
title: 'Anime list',
|
||||
localizationsDelegates: AppLocale.localizationsDelegates,
|
||||
supportedLocales: AppLocale.supportedLocales,
|
||||
theme: ThemeData(
|
||||
|
Loading…
Reference in New Issue
Block a user