修改最低支持版本

This commit is contained in:
fengshengxiong 2024-05-24 18:50:51 +08:00
parent 7087882d46
commit 59d4e1e73d
3 changed files with 1 additions and 3 deletions

View File

@ -54,7 +54,7 @@ android {
// You can update the following values to match your application needs. // 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. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
// minSdkVersion flutter.minSdkVersion // minSdkVersion flutter.minSdkVersion
minSdkVersion flutter.minSdkVersion minSdkVersion 23
targetSdkVersion flutter.targetSdkVersion targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger() versionCode flutterVersionCode.toInteger()
versionName flutterVersionName versionName flutterVersionName

View File

@ -1,6 +1,5 @@
import 'package:get/get.dart'; import 'package:get/get.dart';
import 'package:package_info_plus/package_info_plus.dart'; import 'package:package_info_plus/package_info_plus.dart';
import 'package:hello_wallpaper/res/values/strings.dart';
class AboutController extends GetxController { class AboutController extends GetxController {
var versionName = ''.obs; var versionName = ''.obs;

View File

@ -5,7 +5,6 @@
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:hello_wallpaper/res/themes/app_colors.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( ThemeData darkTheme = ThemeData.dark(useMaterial3: true).copyWith(