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"