From 5d098b939a9dce6aee40fb5d61657cdf7973c937 Mon Sep 17 00:00:00 2001 From: w-R <953969641@qq.com> Date: Thu, 7 Jul 2022 16:19:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=83=E5=B1=80=E5=8A=9F=E8=83=BD=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/main.dart | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index ff373191..69a1c025 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -163,6 +163,7 @@ class MyApp extends StatelessWidget { child: ScreenUtilInit( designSize: Size(375, 812), builder: () => MaterialApp( + title: "", debugShowCheckedModeBanner: false, theme: ThemeData( primarySwatch: Colors.blue, diff --git a/pubspec.yaml b/pubspec.yaml index d0bd41f6..a5d598fd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: 一心回乡. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 2.0.29+17 +version: 2.0.30+18 environment: sdk: ">=2.7.0 <3.0.0"