This commit is contained in:
DASHU
2024-08-23 11:53:14 +08:00
commit 7eb533d74a
147 changed files with 6558 additions and 0 deletions

9
lib/const/base.dart Normal file
View File

@@ -0,0 +1,9 @@
class Base {
static const APP_NAME = "Nowser";
static String VERSION_NAME = "2.9.0";
static const double BASE_PADDING = 12;
static const double BASE_PADDING_HALF = 6;
}