From 59d4e1e73df06990b96b83129e9ac7d412d4d2d4 Mon Sep 17 00:00:00 2001 From: fengshengxiong Date: Fri, 24 May 2024 18:50:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=80=E4=BD=8E=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 2 +- lib/modules/about/about_controller.dart | 1 - lib/res/themes/app_themes.dart | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index d551d97..d7e3f44 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -54,7 +54,7 @@ android { // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. // minSdkVersion flutter.minSdkVersion - minSdkVersion flutter.minSdkVersion + minSdkVersion 23 targetSdkVersion flutter.targetSdkVersion versionCode flutterVersionCode.toInteger() versionName flutterVersionName diff --git a/lib/modules/about/about_controller.dart b/lib/modules/about/about_controller.dart index ac5df6e..a939f51 100644 --- a/lib/modules/about/about_controller.dart +++ b/lib/modules/about/about_controller.dart @@ -1,6 +1,5 @@ import 'package:get/get.dart'; import 'package:package_info_plus/package_info_plus.dart'; -import 'package:hello_wallpaper/res/values/strings.dart'; class AboutController extends GetxController { var versionName = ''.obs; diff --git a/lib/res/themes/app_themes.dart b/lib/res/themes/app_themes.dart index dcd3f1b..5dbc580 100644 --- a/lib/res/themes/app_themes.dart +++ b/lib/res/themes/app_themes.dart @@ -5,7 +5,6 @@ import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:hello_wallpaper/res/themes/app_colors.dart'; -import 'package:hello_wallpaper/res/themes/app_sizes.dart'; /// 深色主题 ThemeData darkTheme = ThemeData.dark(useMaterial3: true).copyWith(