refactor: update application name and description to 'Pokéguess'
This commit is contained in:
parent
c19c543684
commit
93cfaff7df
@ -1,6 +1,6 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<application
|
||||
android:label="pokedex"
|
||||
android:label="pokeguess"
|
||||
android:name="${applicationName}"
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
<activity
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>Pokedex</string>
|
||||
<string>Pokeguess</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>$(EXECUTABLE_NAME)</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@ -13,7 +13,7 @@
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>pokedex</string>
|
||||
<string>Pokeguess</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
|
||||
@ -12,7 +12,7 @@ class MyApp extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return MaterialApp(
|
||||
title: 'Mon super Pokédex', // Titre de l'application
|
||||
title: 'Pokéguess', // Titre de l'application
|
||||
theme: ThemeData(
|
||||
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
|
||||
useMaterial3: true,
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: pokedex
|
||||
description: Exemple d'application Flutter pour le cours de développement mobile
|
||||
name: pokeguess
|
||||
description: Identify the Pokémon from its silhouette!
|
||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
|
||||
version: 1.0.0+1
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pokedex",
|
||||
"short_name": "pokedex",
|
||||
"name": "pokeguess",
|
||||
"short_name": "pokeguess",
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"background_color": "#0175C2",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user