mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-18 02:04:18 +01:00
git init
This commit is contained in:
9
lib/const/base.dart
Normal file
9
lib/const/base.dart
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user