made a small prototype with a navbar
This commit is contained in:
@@ -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í";
|
||||
}
|
||||
Reference in New Issue
Block a user