Files
FlutterUnit/lib/app/res/str_unit.dart
2022-03-27 11:05:01 +08:00

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';
}