mirror of
https://github.com/Linloir/Flutter-Wordle.git
synced 2025-12-17 06:18:12 +08:00
modify version
This commit is contained in:
parent
38ccdfa476
commit
1d58daf4c1
@ -1,7 +1,7 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.example.wordle">
|
package="com.example.wordle">
|
||||||
<application
|
<application
|
||||||
android:label="Wordle"
|
android:label="Worfinite"
|
||||||
android:name="${applicationName}"
|
android:name="${applicationName}"
|
||||||
android:icon="@mipmap/ic_launcher">
|
android:icon="@mipmap/ic_launcher">
|
||||||
<activity
|
<activity
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* @Author : Linloir
|
* @Author : Linloir
|
||||||
* @Date : 2022-03-05 20:21:34
|
* @Date : 2022-03-05 20:21:34
|
||||||
* @LastEditTime : 2022-03-11 14:56:28
|
* @LastEditTime : 2022-03-14 18:01:15
|
||||||
* @Description :
|
* @Description :
|
||||||
*/
|
*/
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
@ -409,31 +409,31 @@ class _OfflinePageState extends State<OfflinePage> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Expanded(
|
// Expanded(
|
||||||
child: Container(
|
// child: Container(
|
||||||
decoration: BoxDecoration(
|
// decoration: BoxDecoration(
|
||||||
color: Colors.pink[200]!.withOpacity(0.2),
|
// color: Colors.pink[200]!.withOpacity(0.2),
|
||||||
borderRadius: BorderRadius.circular(10.0),
|
// borderRadius: BorderRadius.circular(10.0),
|
||||||
),
|
// ),
|
||||||
margin: const EdgeInsets.all(10.0),
|
// margin: const EdgeInsets.all(10.0),
|
||||||
child: InkWell(
|
// child: InkWell(
|
||||||
onTap: (){},
|
// onTap: (){},
|
||||||
borderRadius: BorderRadius.circular(10.0),
|
// borderRadius: BorderRadius.circular(10.0),
|
||||||
child: Container(
|
// child: Container(
|
||||||
alignment: Alignment.center,
|
// alignment: Alignment.center,
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 30.0, vertical: 30.0),
|
// padding: const EdgeInsets.symmetric(horizontal: 30.0, vertical: 30.0),
|
||||||
child: Text(
|
// child: Text(
|
||||||
'Start Hard',
|
// 'Start Hard',
|
||||||
style: TextStyle(
|
// style: TextStyle(
|
||||||
fontSize: 22.0,
|
// fontSize: 22.0,
|
||||||
fontWeight: FontWeight.bold,
|
// fontWeight: FontWeight.bold,
|
||||||
color: Colors.pink[400],
|
// color: Colors.pink[400],
|
||||||
),
|
// ),
|
||||||
),
|
// ),
|
||||||
),
|
// ),
|
||||||
),
|
// ),
|
||||||
),
|
// ),
|
||||||
),
|
// ),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
@ -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.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 0.3.8+2220
|
version: 1.0.0315+20220315
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.16.1 <3.0.0"
|
sdk: ">=2.16.1 <3.0.0"
|
||||||
@ -66,7 +66,7 @@ flutter:
|
|||||||
- 'assets/All.txt'
|
- 'assets/All.txt'
|
||||||
- 'assets/CET4.txt'
|
- 'assets/CET4.txt'
|
||||||
- 'assets/CET6.txt'
|
- 'assets/CET6.txt'
|
||||||
- 'assets/CET46.txt'
|
- 'assets/CET4 + 6.txt'
|
||||||
- 'assets/GRE Slim.txt'
|
- 'assets/GRE Slim.txt'
|
||||||
- 'assets/TOEFL Slim.txt'
|
- 'assets/TOEFL Slim.txt'
|
||||||
- 'assets/TOEFL.txt'
|
- 'assets/TOEFL.txt'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user