From 02ab48521eb961e2769bf913123a16d5896cb83a Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Thu, 28 Dec 2023 16:45:17 +1300 Subject: [PATCH] Change title of material app to Zenith --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index f029fc4..afb4f81 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -11,7 +11,7 @@ class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( - title: 'Flutter Demo', + title: 'Zenith', theme: ThemeData( colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), useMaterial3: true,