mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
11 lines
508 B
Dart
11 lines
508 B
Dart
// This file is generated by ./make.dart
|
|
|
|
class BuildData {
|
|
static const String name = "ServerBox";
|
|
static const int build = 134;
|
|
static const String engine =
|
|
"Flutter 3.0.0 • channel stable • https://github.com/flutter/flutter.git\nFramework • revision ee4e09cce0 (2 days ago) • 2022-05-09 16:45:18 -0700\nEngine • revision d1b9a6938a\nTools • Dart 2.17.0 • DevTools 2.12.2\n";
|
|
static const String buildAt = "2022-05-12 14:31:57.568409";
|
|
static const int modifications = 37;
|
|
}
|