From c4d940e998333ff979dda223e579bc1a16f6ba06 Mon Sep 17 00:00:00 2001 From: SuperDemo Date: Thu, 29 May 2025 11:51:54 +0200 Subject: [PATCH] =?UTF-8?q?[feat]=20changement=20de=20la=20couleur=20du=20?= =?UTF-8?q?th=C3=A8me?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 7b7f5b6..8227ab0 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -28,7 +28,7 @@ class MyApp extends StatelessWidget { // // This works for code too, not just values: Most code changes can be // tested with just a hot reload. - colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), + colorScheme: ColorScheme.fromSeed(seedColor: Colors.green), ), home: const MyHomePage(title: 'Flutter Demo Home Page'), );