Skip to content

Commit fc55b1c

Browse files
committed
update readme
1 parent 3a02e9f commit fc55b1c

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

README.md

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

8686
## 编译运行流程
8787

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

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

@@ -109,7 +109,7 @@
109109

110110
### 5、运行之前请注意下
111111

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

115115
### 下载
@@ -153,7 +153,7 @@
153153

154154
### 第三方框架
155155

156-
>当前 Flutter SDK 版本 2.10
156+
>当前 Flutter SDK 版本 3.0
157157
158158
|| 功能 |
159159
| -------------------------- | -------------- |

README_EN.md

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

4444
### Operation instructions
4545

46-
1. Configure the Flutter development environment (Tag of the current version of Flutter SDK **2.10** ).
46+
1. Configure the Flutter development environment (Tag of the current version of Flutter SDK **3.0** ).
4747

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

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

6969
4、Be careful
7070

71-
>### Local Flutter SDK version 2.10 or more. 2. Does the third-party package version in pubspec. yaml correspond to the third-party package version in pubspec. lock?
71+
>### Local Flutter SDK version 3.0 or more. 2. Does the third-party package version in pubspec. yaml correspond to the third-party package version in pubspec. lock?
7272
7373
### Download
7474

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

108108
### Third-party framework
109109

110-
>Current Flutter SDK version **2.10**
110+
>Current Flutter SDK version **3.0**
111111
112112
|| 功能 |
113113
| -------------------------- | -------------- |

ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,19 +81,19 @@ SPEC CHECKSUMS:
8181
connectivity: c4130b2985d4ef6fd26f9702e886bd5260681467
8282
device_info: d7d233b645a32c40dfdc212de5cf646ca482f175
8383
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
84-
fluttertoast: 6122fa75143e992b1d3470f61000f591a798cc58
84+
fluttertoast: 16fbe6039d06a763f3533670197d01fc73459037
8585
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
8686
package_info: 873975fc26034f0b863a300ad47e7f1ac6c7ec62
87-
path_provider_ios: 7d7ce634493af4477d156294792024ec3485acd5
87+
path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02
8888
permission_handler: ccb20a9fad0ee9b1314a52b70b76b473c5f8dab0
8989
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
9090
share: 0b2c3e82132f5888bccca3351c504d0003b3b410
91-
shared_preferences_ios: aef470a42dc4675a1cdd50e3158b42e3d1232b32
91+
shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad
9292
sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904
9393
Toast: 91b396c56ee72a5790816f40d3a94dd357abc196
94-
url_launcher_ios: 02f1989d4e14e998335b02b67a7590fa34f971af
95-
webview_flutter_wkwebview: 005fbd90c888a42c5690919a1527ecc6649e1162
94+
url_launcher_ios: 839c58cdb4279282219f5e248c3321761ff3c4de
95+
webview_flutter_wkwebview: b7e70ef1ddded7e69c796c7390ee74180182971f
9696

9797
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
9898

99-
COCOAPODS: 1.10.0
99+
COCOAPODS: 1.11.2

ios/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,7 @@
7676
<false/>
7777
<key>io.flutter.embedded_views_preview</key>
7878
<true/>
79+
<key>CADisableMinimumFrameDurationOnPhone</key>
80+
<true/>
7981
</dict>
8082
</plist>

0 commit comments

Comments
 (0)