Files
flutter_server_box/lib/data/res/build_data.dart
lollipopkit ba44649ce1 fix: #8
2023-02-13 14:49:02 +08:00

11 lines
507 B
Dart

// This file is generated by ./make.dart
class BuildData {
static const String name = "ServerBox";
static const int build = 216;
static const String engine =
"Flutter 3.7.1 • channel stable • https://github.com/flutter/flutter.git\nFramework • revision 7048ed95a5 (5 days ago) • 2023-02-01 09:07:31 -0800\nEngine • revision 800594f1f4\nTools • Dart 2.19.1 • DevTools 2.20.1\n";
static const String buildAt = "2023-02-06 18:02:57.320716";
static const int modifications = 1;
}