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"
|
||||
package="com.example.wordle">
|
||||
<application
|
||||
android:label="Wordle"
|
||||
android:label="Worfinite"
|
||||
android:name="${applicationName}"
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
<activity
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* @Author : Linloir
|
||||
* @Date : 2022-03-05 20:21:34
|
||||
* @LastEditTime : 2022-03-11 14:56:28
|
||||
* @LastEditTime : 2022-03-14 18:01:15
|
||||
* @Description :
|
||||
*/
|
||||
import 'package:flutter/material.dart';
|
||||
@ -409,31 +409,31 @@ class _OfflinePageState extends State<OfflinePage> {
|
||||
),
|
||||
),
|
||||
),
|
||||
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],
|
||||
// ),
|
||||
// ),
|
||||
// ),
|
||||
// ),
|
||||
// ),
|
||||
// ),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user