refactor: update application name and description to 'Pokéguess'

This commit is contained in:
2026-02-02 09:42:07 +01:00
parent c19c543684
commit 93cfaff7df
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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,