Fix android proGuard issue

This commit is contained in:
LollipopKit
2021-10-26 14:36:58 +08:00
parent 18ff844b5e
commit 42fa67fbfc
4 changed files with 14 additions and 12 deletions

View File

@@ -2,9 +2,8 @@
class BuildData {
static const String name = "ToolBox";
static const int build = 20;
static const String engine =
"Flutter 2.5.3 • channel stable • https://github.com/flutter/flutter.git\nFramework • revision 18116933e7 (10 days ago) • 2021-10-15 10:46:35 -0700\nEngine • revision d3ea636dc5\nTools • Dart 2.14.4\n";
static const String buildAt = "2021-10-26 00:28:50.061797";
static const int modifications = 21;
static const int build = 23;
static const String engine = "Flutter 2.5.3 • channel stable • https://github.com/flutter/flutter.git\nFramework • revision 18116933e7 (11 days ago) • 2021-10-15 10:46:35 -0700\nEngine • revision d3ea636dc5\nTools • Dart 2.14.4\n";
static const String buildAt = "2021-10-26 14:18:53.461371";
static const int modifications = 4;
}

View File

@@ -177,12 +177,6 @@ class _ServerEditPageState extends State<ServerEditPage> with AfterLayoutMixin {
);
}
InputDecoration _buildDecoration(String label,
{TextStyle? textStyle, IconData? icon}) {
return InputDecoration(
labelText: label, labelStyle: textStyle, icon: Icon(icon));
}
@override
void afterFirstLayout(BuildContext context) {
if (widget.spi != null) {