From 9cb990d7ac99c323fe359b7b64abffc01b732005 Mon Sep 17 00:00:00 2001 From: shirotame <davidmakarow@mail.ru> Date: Sun, 6 Oct 2024 04:24:05 +0400 Subject: [PATCH] rename app --- android/app/src/main/AndroidManifest.xml | 2 +- lib/main.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 9b21cfc..cbfc952 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -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 diff --git a/lib/main.dart b/lib/main.dart index ea6cd0a..05d072b 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -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(