feat: remove window_size plugin.

This commit is contained in:
2021-09-30 18:31:42 +08:00
parent 2b896159d0
commit 07d510cfa6
25 changed files with 29 additions and 1294 deletions
+2
View File
@@ -14,6 +14,8 @@ const longDuration = const Duration(milliseconds: 500);
const minWindowSize = const Size(800, 600);
const defaultWindowSize = const Size(1120, 720);
const double defaultBorderRadius = 8;
const double defaultButtonHeight = 36;
+1 -1
View File
@@ -1,4 +1,4 @@
class SPKeys {
static final String brightnessMode = 'BRIGHTNESS_MODE';
static final String userLanguage = 'USER_LANGUAGE';
}
}