update app name and remove unnecessary files
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user