Skip to content

Commit 1e65a29

Browse files
committed
update to flutter sdk 1.1.3 , fix keyboard issue with api 28
1 parent b390353 commit 1e65a29

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
### 编译运行流程
3939

40-
1、配置好Flutter开发环境(目前Flutter SDK 版本 **v1.0.0** 的 Tag ),可参阅 [【搭建环境】](https://flutterchina.club)
40+
1、配置好Flutter开发环境(目前Flutter SDK 版本 **v1.1.3** 的 Tag ),可参阅 [【搭建环境】](https://flutterchina.club)
4141

4242
2、clone代码,执行`Packages get`安装第三方包。(因为某些不可抗力原因,国内可能需要设置代理: [代理环境变量](https://flutterchina.club/setup-windows/))
4343

@@ -59,7 +59,7 @@
5959

6060
4、运行之前请注意下
6161

62-
>### 1、本地Flutter SDK 版本 v1.0.0 以上。2、pubspec.yaml 中的第三方包版本和 pubspec.lock 中的是否对应的上
62+
>### 1、本地Flutter SDK 版本 v1.1.3 以上。2、pubspec.yaml 中的第三方包版本和 pubspec.lock 中的是否对应的上
6363
6464

6565

@@ -103,7 +103,7 @@
103103

104104
### 第三方框架
105105

106-
>当前 Flutter SDK 版本 v1.0.0
106+
>当前 Flutter SDK 版本 v1.1.3
107107
108108
|| 功能 |
109109
| -------------------------- | -------------- |

android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ android {
3030
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3131
applicationId "com.shuyu.gsygithub.gsygithubappflutter"
3232
minSdkVersion 16
33-
targetSdkVersion 27
34-
versionCode 16
35-
versionName "1.1.6"
33+
targetSdkVersion 28
34+
versionCode 17
35+
versionName "1.1.7"
3636
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3737
}
3838

0 commit comments

Comments
 (0)