parent
34e51ee797
commit
b111df6e2f
@ -0,0 +1,14 @@
|
|||||||
|
class Config {
|
||||||
|
///用户根目录
|
||||||
|
static const String homeDir = '/users/zhangmeng';
|
||||||
|
|
||||||
|
///包名
|
||||||
|
static const String packageName = 'aku_community';
|
||||||
|
|
||||||
|
///打包目录
|
||||||
|
static String get buildPath =>
|
||||||
|
'./build/app/outputs/flutter-apk/app-release.apk';
|
||||||
|
|
||||||
|
///打包目录文件夹
|
||||||
|
static String get buildDir => './build/app/outputs/flutter-apk';
|
||||||
|
}
|
Loading…
Reference in new issue