Fix mem progress display percent.

This commit is contained in:
Junyuan Feng
2022-01-02 19:26:00 +08:00
parent e08f37fedc
commit b922428c40
2 changed files with 10 additions and 7 deletions

View File

@@ -2,9 +2,8 @@
class BuildData {
static const String name = "ToolBox";
static const int build = 68;
static const String engine =
"Flutter 2.8.1 • channel stable • https://github.com/flutter/flutter.git\nFramework • revision 77d935af4d (2 weeks ago) • 2021-12-16 08:37:33 -0800\nEngine • revision 890a5fca2e\nTools • Dart 2.15.1\n";
static const String buildAt = "2022-01-02 14:53:09.769990";
static const int modifications = 3;
static const int build = 69;
static const String engine = "Flutter 2.8.1 • channel stable • https://github.com/flutter/flutter.git\nFramework • revision 77d935af4d (2 weeks ago) • 2021-12-16 08:37:33 -0800\nEngine • revision 890a5fca2e\nTools • Dart 2.15.1\n";
static const String buildAt = "2022-01-02 19:20:43.964228";
static const int modifications = 2;
}