update app name and remove unnecessary files

This commit is contained in:
Rene Kievits
2025-10-28 21:12:07 +01:00
parent 580d453339
commit a57140fb2e
108 changed files with 53 additions and 4204 deletions

View File

@@ -291,7 +291,7 @@ class _HomeScreenState extends State<HomeScreen> {
return Scaffold(
backgroundColor: const Color(0xFF121212),
appBar: AppBar(
title: const Text('WaniKani Kanji SRS'),
title: const Text('Hirameki SRS - Kanji'),
backgroundColor: const Color(0xFF1F1F1F),
foregroundColor: Colors.white,
elevation: 2,

View File

@@ -56,7 +56,7 @@ class _StartScreenState extends State<StartScreen> {
mainAxisAlignment: MainAxisAlignment.center,
children: [
Text(
'Welcome to WaniKani Kanji SRS!',
'Welcome to Hirameki SRS!',
style: Theme.of(context)
.textTheme
.headlineMedium

View File

@@ -285,7 +285,7 @@ class _VocabScreenState extends State<VocabScreen> {
return Scaffold(
backgroundColor: const Color(0xFF121212),
appBar: AppBar(
title: const Text('WaniKani Vocabulary SRS'),
title: const Text('Hirameki SRS - Vocab'),
backgroundColor: const Color(0xFF1F1F1F),
foregroundColor: Colors.white,
elevation: 2,