Skip to content

Commit

Permalink
update to flutter sdk 1.1.3 , fix keyboard issue with api 28
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Dec 20, 2018
1 parent b390353 commit 1e65a29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

### 编译运行流程

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

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

Expand All @@ -59,7 +59,7 @@

4、运行之前请注意下

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


Expand Down Expand Up @@ -103,7 +103,7 @@

### 第三方框架

>当前 Flutter SDK 版本 v1.0.0
>当前 Flutter SDK 版本 v1.1.3
|| 功能 |
| -------------------------- | -------------- |
Expand Down
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ android {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.shuyu.gsygithub.gsygithubappflutter"
minSdkVersion 16
targetSdkVersion 27
versionCode 16
versionName "1.1.6"
targetSdkVersion 28
versionCode 17
versionName "1.1.7"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit 1e65a29

Please sign in to comment.