Files
flutter_server_box/lib/data/res/build_data.dart
lollipopkit 7f8fbfead3 #26 new & fix
- new: click to refresh
- fix: SharedPreference setPrefix
2023-07-19 19:23:05 +08:00

10 lines
277 B
Dart

// This file is generated by ./make.dart
class BuildData {
static const String name = "ServerBox";
static const int build = 379;
static const String engine = "3.10.6";
static const String buildAt = "2023-07-19 19:18:31.520465";
static const int modifications = 7;
}