forked from lxm_flutter/FlutterUnit
11 lines
232 B
Dart
11 lines
232 B
Dart
/// create by 张风捷特烈 on 2020/11/29
|
|
/// contact me by email 1981462002@qq.com
|
|
/// 说明:
|
|
|
|
class StrUnit {
|
|
|
|
// 小文字大小
|
|
static const String version = 'V1.5.1';
|
|
static const String appName = 'Flutter Unit';
|
|
|
|
} |