Files
flutter_server_box/lib/data/res/build_data.dart
lollipopkit 5a5e2fd1d1 #73 fix & opt.
- fix: reorder list default drag
- opt.: android home widget grey text
2023-07-20 18:26:17 +08:00

10 lines
278 B
Dart

// This file is generated by ./make.dart
class BuildData {
static const String name = "ServerBox";
static const int build = 380;
static const String engine = "3.10.6";
static const String buildAt = "2023-07-20 18:08:32.806339";
static const int modifications = 14;
}