Files
flutter_server_box/lib/data/res/build_data.dart
Junyuan Feng 06302d7162 fix
- auto get user id for rootless docker
2022-06-05 11:20:35 +08:00

11 lines
508 B
Dart

// This file is generated by ./make.dart
class BuildData {
static const String name = "ServerBox";
static const int build = 153;
static const String engine =
"Flutter 3.0.1 • channel stable • https://github.com/flutter/flutter.git\nFramework • revision fb57da5f94 (12 days ago) • 2022-05-19 15:50:29 -0700\nEngine • revision caaafc5604\nTools • Dart 2.17.1 • DevTools 2.12.2\n";
static const String buildAt = "2022-05-31 22:16:25.670160";
static const int modifications = 1;
}