rename app

This commit is contained in:
shirotame 2024-10-06 04:24:05 +04:00
parent fcd4f54ffe
commit 9cb990d7ac
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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(