Skip to content

Commit e69bf5e

Browse files
committed
3.35
1 parent 4f64e85 commit e69bf5e

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
@@ -78,7 +78,7 @@
7878

7979
## 编译运行流程
8080

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

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

@@ -102,7 +102,7 @@
102102

103103
### 5、运行之前请注意下
104104

105-
>### 1、本地 Flutter SDK 版本 3.32 ; 2、是否执行过 `flutter pub get`;3、 网络等问题参考: [如果出现登陆失败或者请求失败 ](https://github.com/CarGuo/gsy_github_app_flutter/issues/643)
105+
>### 1、本地 Flutter SDK 版本 3.35 ; 2、是否执行过 `flutter pub get`;3、 网络等问题参考: [如果出现登陆失败或者请求失败 ](https://github.com/CarGuo/gsy_github_app_flutter/issues/643)
106106
107107

108108
### 下载
@@ -147,7 +147,7 @@
147147

148148
### 框架
149149

150-
>当前 Flutter SDK 版本 3.32
150+
>当前 Flutter SDK 版本 3.35
151151
152152
```
153153
用户交互 → UI层(Widget/Page) → 状态层(Redux/Provider/Riverpod) → 服务层(Repositories)

README_EN.md

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

7575
## Compilation and Running Process
7676

77-
1. Set up the Flutter development environment (current Flutter SDK version **3.32**), see [Setting up the environment](https://flutterchina.club).
77+
1. Set up the Flutter development environment (current Flutter SDK version **3.35**), see [Setting up the environment](https://flutterchina.club).
7878

7979
2. Clone the code, run `Packages get` to install third-party packages. (Due to certain reasons beyond control, you may need to set up a proxy in China: [Proxy environment variables](https://flutterchina.club/setup-windows/))
8080

@@ -98,7 +98,7 @@
9898

9999
### 5. Please note before running
100100

101-
>### 1. Local Flutter SDK version 3.32; 2. Have you executed `flutter pub get`; 3. For network and other issues, refer to: [If login fails or requests fail](https://github.com/CarGuo/gsy_github_app_flutter/issues/643)
101+
>### 1. Local Flutter SDK version 3.35; 2. Have you executed `flutter pub get`; 3. For network and other issues, refer to: [If login fails or requests fail](https://github.com/CarGuo/gsy_github_app_flutter/issues/643)
102102
103103

104104
### Download
@@ -142,7 +142,7 @@
142142

143143
### Framework
144144

145-
>Current Flutter SDK version 3.32
145+
>Current Flutter SDK version 3.35
146146
147147
```
148148
User Interaction → UI Layer(Widget/Page) → State Layer(Redux/Provider/Riverpod/Signals) → Service Layer(Repositories)

0 commit comments

Comments
 (0)