File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 3737
3838### 编译运行流程
3939
40- 1、配置好Flutter开发环境(目前Flutter SDK 版本 ** v0.11.9 ** 的 Tag ),可参阅 [ 【搭建环境】] ( https://flutterchina.club ) 。
40+ 1、配置好Flutter开发环境(目前Flutter SDK 版本 ** v1.0.0 ** 的 Tag ),可参阅 [ 【搭建环境】] ( https://flutterchina.club ) 。
4141
42422、clone代码,执行` Packages get ` 安装第三方包。(因为某些不可抗力原因,国内可能需要设置代理: [ 代理环境变量] ( https://flutterchina.club/setup-windows/ ) )
4343
5959
60604、运行之前请注意下
6161
62- > ### 1、本地Flutter SDK 版本 v0.11.9 以上。2、pubspec.yaml 中的第三方包版本和 pubspec.lock 中的是否对应的上
62+ > ### 1、本地Flutter SDK 版本 v1.0.0 以上。2、pubspec.yaml 中的第三方包版本和 pubspec.lock 中的是否对应的上
6363
6464
6565
103103
104104### 第三方框架
105105
106- > 当前 Flutter SDK 版本 v0.11.9
106+ > 当前 Flutter SDK 版本 v1.0.0
107107
108108| 库 | 功能 |
109109| -------------------------- | -------------- |
Original file line number Diff line number Diff line change 88* 版本信息列表
99* 监听滚动,设置底部和顶部隐藏显示
1010
11+ ### 1.1.6
12+ * flutter升级正式版1.0
13+
14+
1115### 1.1.5
1216
1317* Android 代码详情使用 AndroidView 实现WebView
You can’t perform that action at this time.
0 commit comments