mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 07:44:26 +01:00
11 lines
507 B
Dart
11 lines
507 B
Dart
// This file is generated by ./make.dart
|
|
|
|
class BuildData {
|
|
static const String name = "ServerBox";
|
|
static const int build = 140;
|
|
static const String engine =
|
|
"Flutter 3.0.1 • channel stable • https://github.com/flutter/flutter.git\nFramework • revision fb57da5f94 (2 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-22 13:26:17.235297";
|
|
static const int modifications = 3;
|
|
}
|