From 496a9c7514d4b5f67daf648e698535d4e5b07e99 Mon Sep 17 00:00:00 2001 From: orangdeso Date: Mon, 3 Feb 2025 15:05:43 +0700 Subject: [PATCH] Update main.dart --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index ceaf247..f1d8ffd 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -31,7 +31,7 @@ class MyApp extends StatelessWidget { colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), useMaterial3: true, ), - home: const MyHomePage(title: 'halo'), + home: const MyHomePage(title: 'halo guys'), ); } }