From 1d58daf4c1f04ecb96e73a8462a7198272801e04 Mon Sep 17 00:00:00 2001 From: Linloir <3145078758@qq.com> Date: Wed, 16 Mar 2022 11:28:33 +0800 Subject: [PATCH] modify version --- android/app/src/main/AndroidManifest.xml | 2 +- assets/{CET46.txt => CET4 + 6.txt} | 0 lib/main.dart | 52 ++++++++++++------------ pubspec.yaml | 4 +- 4 files changed, 29 insertions(+), 29 deletions(-) rename assets/{CET46.txt => CET4 + 6.txt} (100%) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index dde8a7b..8cdaae3 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@ { ), ), ), - Expanded( - child: Container( - decoration: BoxDecoration( - color: Colors.pink[200]!.withOpacity(0.2), - borderRadius: BorderRadius.circular(10.0), - ), - margin: const EdgeInsets.all(10.0), - child: InkWell( - onTap: (){}, - borderRadius: BorderRadius.circular(10.0), - child: Container( - alignment: Alignment.center, - padding: const EdgeInsets.symmetric(horizontal: 30.0, vertical: 30.0), - child: Text( - 'Start Hard', - style: TextStyle( - fontSize: 22.0, - fontWeight: FontWeight.bold, - color: Colors.pink[400], - ), - ), - ), - ), - ), - ), + // Expanded( + // child: Container( + // decoration: BoxDecoration( + // color: Colors.pink[200]!.withOpacity(0.2), + // borderRadius: BorderRadius.circular(10.0), + // ), + // margin: const EdgeInsets.all(10.0), + // child: InkWell( + // onTap: (){}, + // borderRadius: BorderRadius.circular(10.0), + // child: Container( + // alignment: Alignment.center, + // padding: const EdgeInsets.symmetric(horizontal: 30.0, vertical: 30.0), + // child: Text( + // 'Start Hard', + // style: TextStyle( + // fontSize: 22.0, + // fontWeight: FontWeight.bold, + // color: Colors.pink[400], + // ), + // ), + // ), + // ), + // ), + // ), ], ), ), diff --git a/pubspec.yaml b/pubspec.yaml index f0e0338..d5f3f88 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.3.8+2220 +version: 1.0.0315+20220315 environment: sdk: ">=2.16.1 <3.0.0" @@ -66,7 +66,7 @@ flutter: - 'assets/All.txt' - 'assets/CET4.txt' - 'assets/CET6.txt' - - 'assets/CET46.txt' + - 'assets/CET4 + 6.txt' - 'assets/GRE Slim.txt' - 'assets/TOEFL Slim.txt' - 'assets/TOEFL.txt'