Redesign net speed part

This commit is contained in:
LollipopKit
2021-11-02 15:29:17 +08:00
parent f0a8941b59
commit ad05b296f6
5 changed files with 24 additions and 7 deletions

View File

@@ -2,9 +2,8 @@
class BuildData {
static const String name = "ToolBox";
static const int build = 50;
static const String engine =
"Flutter 2.5.3 • channel stable • https://github.com/flutter/flutter.git\nFramework • revision 18116933e7 (2 weeks ago) • 2021-10-15 10:46:35 -0700\nEngine • revision d3ea636dc5\nTools • Dart 2.14.4\n";
static const String buildAt = "2021-10-31 22:21:56.798068";
static const int modifications = 1;
static const int build = 54;
static const String engine = "Flutter 2.5.3 • channel stable • https://github.com/flutter/flutter.git\nFramework • revision 18116933e7 (2 weeks ago) • 2021-10-15 10:46:35 -0700\nEngine • revision d3ea636dc5\nTools • Dart 2.14.4\n";
static const String buildAt = "2021-11-01 22:19:44.302306";
static const int modifications = 0;
}