use 9/16 to fit layout

This commit is contained in:
Junyuan Feng
2022-01-09 22:22:31 +08:00
parent 937f2fb38f
commit 5a706313f5
3 changed files with 12 additions and 12 deletions

View File

@@ -2,8 +2,8 @@
class BuildData {
static const String name = "ToolBox";
static const int build = 73;
static const int build = 75;
static const String engine = "Flutter 2.8.1 • channel stable • https://github.com/flutter/flutter.git\nFramework • revision 77d935af4d (3 weeks ago) • 2021-12-16 08:37:33 -0800\nEngine • revision 890a5fca2e\nTools • Dart 2.15.1\n";
static const String buildAt = "2022-01-09 19:17:25.988021";
static const int modifications = 4;
static const String buildAt = "2022-01-09 21:15:10.423669";
static const int modifications = 0;
}