mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +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 = 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;
|
|
}
|