mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2026-02-01 22:04:45 +01:00
10 lines
502 B
Dart
10 lines
502 B
Dart
// This file is generated by ./make.dart
|
|
|
|
class BuildData {
|
|
static const String name = "ServerBox";
|
|
static const int build = 261;
|
|
static const String engine = "Flutter 3.7.11 • channel stable • https://github.com/flutter/flutter.git\nFramework • revision f72efea43c (5 days ago) • 2023-04-11 11:57:21 -0700\nEngine • revision 1a65d409c7\nTools • Dart 2.19.6 • DevTools 2.20.1\n";
|
|
static const String buildAt = "2023-04-17 13:09:32.878040";
|
|
static const int modifications = 5;
|
|
}
|