Skip to content

Commit 36092f9

Browse files
committed
readme
1 parent 0006239 commit 36092f9

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
## 编译运行流程
7272

73-
1、配置好Flutter开发环境(目前Flutter SDK 版本 **1.12**),可参阅 [【搭建环境】](https://flutterchina.club)
73+
1、配置好Flutter开发环境(目前Flutter SDK 版本 **1.12.13-hotfix8**),可参阅 [【搭建环境】](https://flutterchina.club)
7474

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

@@ -92,8 +92,8 @@
9292

9393
4、运行之前请注意下
9494

95-
>### 1、本地Flutter SDK 版本 1.122、pubspec.yaml 中的第三方包版本和 pubspec.lock 中的是否对应的上
96-
>### ps 1.12.x 版本请切换到 dev_next 分支
95+
>### 1、本地Flutter SDK 版本 1.12.13-hotfix8 。 2、pubspec.yaml 中的第三方包版本和 pubspec.lock 中的是否对应的上
96+
9797

9898
### 下载
9999

@@ -116,7 +116,6 @@
116116

117117

118118

119-
120119
### 常见问题
121120

122121
* 如果包同步失败,一般都是因为没设置包代理,可以参考:[环境变量问题](https://github.com/CarGuo/GSYGithubAppFlutter/issues/13)
@@ -138,7 +137,7 @@
138137

139138
### 第三方框架
140139

141-
>当前 Flutter SDK 版本 1.12
140+
>当前 Flutter SDK 版本 1.12.13-hotfix8
142141
143142
|| 功能 |
144143
| -------------------------- | -------------- |

README_EN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ With the use and feedback of the project, will user experience and function opti
4141

4242
### Operation instructions
4343

44-
1. Configure the Flutter development environment (Tag of the current version of Flutter SDK **1.9.1** ).
44+
1. Configure the Flutter development environment (Tag of the current version of Flutter SDK **1.12.13-hotfix8** ).
4545

4646
2. Clone code, execute `Packages get'to install third-party packages.
4747

@@ -64,7 +64,7 @@ With the use and feedback of the project, will user experience and function opti
6464

6565
4、Be careful
6666

67-
>### Local Flutter SDK version 1.9.1 or more. 2. Does the third-party package version in pubspec. yaml correspond to the third-party package version in pubspec. lock?
67+
>### Local Flutter SDK version 1.12.13-hotfix8 or more. 2. Does the third-party package version in pubspec. yaml correspond to the third-party package version in pubspec. lock?
6868
6969
### Download
7070

@@ -103,7 +103,7 @@ With the use and feedback of the project, will user experience and function opti
103103

104104
### Third-party framework
105105

106-
>Current Flutter SDK version **1.9.1**
106+
>Current Flutter SDK version **1.12.13-hotfix8**
107107
108108
|| 功能 |
109109
| -------------------------- | -------------- |

0 commit comments

Comments
 (0)