This commit is contained in:
Leon Astner 2025-08-02 00:45:58 +02:00
parent 922ad3a78c
commit e8cc39387f
7 changed files with 210 additions and 54 deletions

View file

@ -30,7 +30,7 @@ class MyApp extends StatelessWidget {
// tested with just a hot reload.
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
),
home: const MyHomePage(title: 'S'),
home: const MyHomePage(title: 'Now Playing'),
);
}
}