commit i guess

This commit is contained in:
Leon Astner 2025-08-02 00:05:57 +02:00
parent 5f0ca08150
commit 922ad3a78c

View file

@ -11,7 +11,7 @@ class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
title: 'SleepySound',
theme: ThemeData(
// This is the theme of your application.
//
@ -30,7 +30,7 @@ class MyApp extends StatelessWidget {
// tested with just a hot reload.
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
),
home: const MyHomePage(title: 'Flutter Demo Home Page'),
home: const MyHomePage(title: 'S'),
);
}
}