mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
11 lines
485 B
Dart
11 lines
485 B
Dart
// This file is generated by ./make.dart
|
|
|
|
class BuildData {
|
|
static const String name = "ToolBox";
|
|
static const int build = 40;
|
|
static const String engine =
|
|
"Flutter 2.2.3 • channel stable • https://github.com/flutter/flutter.git\nFramework • revision f4abaa0735 (9 weeks ago) • 2021-07-01 12:46:11 -0700\nEngine • revision 241c87ad80\nTools • Dart 2.13.4\n";
|
|
static const String buildAt = "2021-09-04 09:34:17.507782";
|
|
static const int modifications = 0;
|
|
}
|