File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
## 开发者如何参与完善控件
2
2
> 开发者可以选择完善喜欢翻译的控件文档,或者增加控件Demo示例
3
3
4
- * fork 一份自己的仓库
5
- * git clone https://github.com/efoxTeam/flutter-ui 拉取项目到本地
4
+ * fork 一份到自己的仓库
5
+ * git clone (您的仓库地址) 拉取项目到本地
6
6
* 打开项目 flutter-ui/lib/config/index.dart,修改里面isPro变量为false,(目的加载本地文件)
7
7
### 完善文档
8
- * 完善控件文档的,您可打开flutter-ui/docs/widget/animate/animationcontroller/index.md,构建AnimationController控件的说明文档,该文档包括但不限于(控件介绍,控件构造方法,控件属性介绍)
8
+ * 完善控件文档的,如要完善Animate下的AnimationController控件的文档, 您可打开flutter-ui/docs/widget/animate/animationcontroller/index.md,构建AnimationController控件的说明文档,该文档包括但不限于(控件介绍,控件构造方法,控件属性介绍)
9
9
10
10
### 增加控件demo
11
11
* 完善控件的,如要完善Animate下的AnimationController控件,打开项目 flutter-ui/lib/widget/animate/animationcontroller/demo.dart,在此文件下构建您的demo运行即可看到效果
You can’t perform that action at this time.
0 commit comments