You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README_EN.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@
74
74
75
75
## Compilation and Running Process
76
76
77
-
1. Set up the Flutter development environment (current Flutter SDK version **3.29**), see [Setting up the environment](https://flutterchina.club).
77
+
1. Set up the Flutter development environment (current Flutter SDK version **3.32**), see [Setting up the environment](https://flutterchina.club).
78
78
79
79
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/))
80
80
@@ -98,7 +98,7 @@
98
98
99
99
### 5. Please note before running
100
100
101
-
>### 1. Local Flutter SDK version 3.29; 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.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)
102
102
103
103
104
104
### Download
@@ -142,7 +142,7 @@
142
142
143
143
### Framework
144
144
145
-
>Current Flutter SDK version 3.29
145
+
>Current Flutter SDK version 3.32
146
146
147
147
```
148
148
User Interaction → UI Layer(Widget/Page) → State Layer(Redux/Provider/Riverpod/Signals) → Service Layer(Repositories)
0 commit comments