This commit is contained in:
lollipopkit
2023-02-13 14:49:02 +08:00
parent e7b1773e5c
commit ba44649ce1
4 changed files with 32 additions and 22 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 215;
static const int build = 216;
static const String engine =
"Flutter 3.7.0 • channel stable • https://github.com/flutter/flutter.git\nFramework • revision b06b8b2710 (13 days ago) • 2023-01-23 16:55:55 -0800\nEngine • revision b24591ed32\nTools • Dart 2.19.0 • DevTools 2.20.1\n";
static const String buildAt = "2023-02-05 22:11:13.992594";
static const int modifications = 9;
"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;
}