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 -2
View File
@@ -38,12 +38,12 @@ class LocalManager extends StatelessWidget {
Flexible(
child: Center(
child: Text(
"本地方案管理",
LocaleKeys.local_manager_title,
textAlign: TextAlign.center,
style: TextStyle(
fontWeight: FontWeight.bold,
),
),
).tr(),
),
),
DButton(
+2 -2
View File
@@ -44,12 +44,12 @@ class Market extends StatelessWidget {
Flexible(
child: Center(
child: Text(
"方案市场",
LocaleKeys.market_title,
textAlign: TextAlign.center,
style: TextStyle(
fontWeight: FontWeight.bold,
),
),
).tr(),
),
),
Container(width: defaultButtonHeight),