feat: language

This commit is contained in:
efrilm
2025-08-13 01:17:00 +07:00
parent 3d43d7a934
commit 83edfa61f1
29 changed files with 1539 additions and 156 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
class AppConstant {
static const String appName = "";
static const String appName = "Apskel Owner";
}
@@ -0,0 +1,3 @@
class LocalStorageKey {
static const String lang = 'lang';
}