Skip to content

Commit d898b06

Browse files
committed
update readme
1 parent 844d159 commit d898b06

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
@@ -84,7 +84,7 @@
8484

8585
## 编译运行流程
8686

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

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

@@ -106,7 +106,7 @@
106106

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

109-
>### 1、本地Flutter SDK 版本 1.7.8 以上。2、pubspec.yaml 中的第三方包版本和 pubspec.lock 中的是否对应的上
109+
>### 1、本地Flutter SDK 版本 1.9.1 以上。2、pubspec.yaml 中的第三方包版本和 pubspec.lock 中的是否对应的上
110110
111111

112112
## 项目结构图
@@ -149,7 +149,7 @@
149149

150150
### 第三方框架
151151

152-
>当前 Flutter SDK 版本 1.7.8
152+
>当前 Flutter SDK 版本 1.9.1
153153
154154
|| 功能 |
155155
| -------------------------- | -------------- |

README_EN.md

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

5757
### Operation instructions
5858

59-
1. Configure the Flutter development environment (Tag of the current version of Flutter SDK **1.7.8** ).
59+
1. Configure the Flutter development environment (Tag of the current version of Flutter SDK **1.9.1** ).
6060

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

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

8080
4、Be careful
8181

82-
>### 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?
82+
>### 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?
8383
8484

8585
## Project Structure
@@ -116,7 +116,7 @@ With the use and feedback of the project, will user experience and function opti
116116

117117
### Third-party framework
118118

119-
>Current Flutter SDK version **1.7.8**
119+
>Current Flutter SDK version **1.9.1**
120120
121121
|| 功能 |
122122
| -------------------------- | -------------- |

0 commit comments

Comments
 (0)