Skip to content

Commit d0fdf38

Browse files
committed
readme
1 parent a2699a7 commit d0fdf38

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
@@ -83,7 +83,7 @@
8383

8484
## 编译运行流程
8585

86-
1、配置好Flutter开发环境(目前Flutter SDK 版本 **beta分支 v1.6.3** 的 Tag ),可参阅 [【搭建环境】](https://flutterchina.club)
86+
1、配置好Flutter开发环境(目前Flutter SDK 版本 **1.7.8**),可参阅 [【搭建环境】](https://flutterchina.club)
8787

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

@@ -105,7 +105,7 @@
105105

106106
4、运行之前请注意下
107107

108-
>### 1、本地Flutter SDK 版本 beta分支 v1.6.3 以上。2、pubspec.yaml 中的第三方包版本和 pubspec.lock 中的是否对应的上
108+
>### 1、本地Flutter SDK 版本 1.7.8 以上。2、pubspec.yaml 中的第三方包版本和 pubspec.lock 中的是否对应的上
109109
110110

111111
## 项目结构图
@@ -148,7 +148,7 @@
148148

149149
### 第三方框架
150150

151-
>当前 Flutter SDK 版本 beta分支 v1.6.3
151+
>当前 Flutter SDK 版本 1.7.8
152152
153153
|| 功能 |
154154
| -------------------------- | -------------- |

README_EN.md

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

5656
### Operation instructions
5757

58-
1. Configure the Flutter development environment (Tag of the current version of Flutter SDK ** master v1.6.3**).
58+
1. Configure the Flutter development environment (Tag of the current version of Flutter SDK **1.7.8** ).
5959

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

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

7979
4、Be careful
8080

81-
>### Local Flutter SDK version master v1.6.3 or more. 2. Does the third-party package version in pubspec. yaml correspond to the third-party package version in pubspec. lock?
81+
>### Local Flutter SDK version 1.7.8 or more. 2. Does the third-party package version in pubspec. yaml correspond to the third-party package version in pubspec. lock?
8282
8383

8484
## Project Structure
@@ -115,7 +115,7 @@ With the use and feedback of the project, will user experience and function opti
115115

116116
### Third-party framework
117117

118-
>Current Flutter SDK version master v1.6.3
118+
>Current Flutter SDK version **1.7.8**
119119
120120
|| 功能 |
121121
| -------------------------- | -------------- |

0 commit comments

Comments
 (0)