made a small prototype with a navbar

This commit is contained in:
Odweta
2026-03-22 17:18:36 +01:00
parent ea85589767
commit 0219155f8e
15 changed files with 212 additions and 113 deletions
+10
View File
@@ -0,0 +1,10 @@
class Strings {
static const String appName = "Nový Hláškovník";
static const String apiKey = "2ogD5kc4sw3JVZoouQSV0w3LGRjSj5IjVFnAnk7IRCIK0ktONCeoOYinbNLSIHuU";
static const String list = "Seznam";
static const String add = "Přidat";
static const String flashcards = "Flashkarty";
static const String leaderboard = "Žebříčky";
static const String settings = "Nastavení";
}