Skip to content

Commit ec96ea1

Browse files
authored
update reamde.md
update reamde.md
1 parent 7807d12 commit ec96ea1

File tree

1 file changed

+75
-38
lines changed

1 file changed

+75
-38
lines changed

readme.md

Lines changed: 75 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,86 @@
11
# Flutter UI <img src="https://github.com/efoxTeam/flutter-ui/blob/master/android/app/src/main/res/mipmap-ldpi/ic_launcher.png?raw=true" height="20"> <sup>v1.0.2</sup>
22

33

4-
> flutter 开发者社区
5-
## 功能清单
6-
+ 实战组件集锦【规则中】
7-
+ widget基础组件介绍【持续更新】
8-
+ 推文【持续更新】
9-
+ 多语言切换【√】
10-
+ 多主题切换【√】
11-
+ 自动更新检测 【√】
12-
+ firebase 崩溃监控【√】
13-
14-
## 实战组件集锦
15-
+ 弹层
16-
+ 透明弹窗背景
17-
+ 确认框
18-
+ 聊天输入框
19-
+ 列表
20-
+ 上下拉加载
21-
+ 动画
22-
+ SVAG接入
23-
+ 波纹动画
24-
+ 导航
25-
+ 顶部透明
26-
+ 适配方案
27-
+ 适配iphonex底部
28-
29-
## 推文
30-
+ [Flutter UI APP 低调上线](https://juejin.im/post/5c90514e6fb9a070c859029c)
31-
+ [Flutter 接入 firebase 快速构建应用](https://juejin.im/post/5c90514e6fb9a070c859029c)
32-
+ [Flutter UI 1.0.2落地与优化小结](https://juejin.im/post/5c95e691f265da610c06905c)
33-
+ [Flutter 全局弹窗](https://juejin.im/post/5c9f2c37518825609415d11d)
34-
+ [Flutter UI使用Provide实现主题切换](https://juejin.im/post/5ca5e240f265da30c1725021)
35-
+ [Flutter provide ProvideMulti](https://juejin.im/post/5cc685835188252e8925f056)
36-
+ [以$t形式使用flutter多语言](https://juejin.im/post/5cdb8adee51d453acc60162c)
37-
+ [Flutter Provider 3.0实战教程](https://juejin.im/post/5d2c19c6e51d4558936aa11c)
4+
> YY Flutter 开发者社区
5+
>
6+
[![License](https://img.shields.io/github/issues/efoxTeam/flutter-ui.svg)](https://jitpack.io/#efoxTeam/flutter-ui) [![Stars](https://img.shields.io/github/stars/efoxTeam/flutter-ui.svg)](https://jitpack.io/#efoxTeam/flutter-ui) [![Stars](https://img.shields.io/github/forks/efoxTeam/flutter-ui.svg)](https://jitpack.io/#efoxTeam/flutter-ui) [![Forks](https://img.shields.io/github/issues/efoxTeam/flutter-ui.svg)](https://jitpack.io/#efoxTeam/flutter-ui)
7+
8+
## 社区功能介绍
9+
+ [团队介绍]()
10+
+ ** FlutterUI Demo **
11+
+ 文章类
12+
+ Flutter系列教程
13+
+ Flutter实战组件集锦
14+
+ 其它推文
15+
+ 插件类
16+
+ [Flutter-animation-set 动画插件](https://github.com/efoxTeam/flutter-animation-set)
17+
+ [安卓包下载](https://github.com/efoxTeam/flutter-ui/releases/download/v1.0.2/app-release.apk)
18+
+ 社区互动与交流
19+
20+
21+
## FlutterUI Demo预览
22+
<img src="https://github.com/efoxTeam/flutter-ui/blob/master/readme/1.0.2/1.jpg?raw=true" width="200" /> <img src="https://github.com/efoxTeam/flutter-ui/blob/master/readme/1.0.2/2.jpg?raw=true" width="200" /> <img src="https://github.com/efoxTeam/flutter-ui/blob/master/readme/1.0.2/3.jpg?raw=true" width="200" />
23+
<img src="https://github.com/efoxTeam/flutter-ui/blob/master/readme/1.0.2/4.jpg?raw=true" width="200" /> <img src="https://github.com/efoxTeam/flutter-ui/blob/master/readme/1.0.2/5.jpg?raw=true" width="200" /> <img src="https://github.com/efoxTeam/flutter-ui/blob/master/readme/1.0.2/6.jpg?raw=true" width="200" />
24+
25+
<a name="1b4593e9"></a>
26+
### Flutter系列教程
27+
| 文章 | 文章状态 | 作者 | 变更日志 |
28+
| --- | --- | --- | --- |
29+
| | 进行中 | | |
30+
| | 进行中 | | |
31+
| | 进行中 | | |
32+
33+
34+
<a name="1b4593e9"></a>
35+
### Flutter实战组件集锦
36+
#### 弹层【集锦】
37+
| 文章 | 文章状态 | 作者 | 变更日志 |
38+
| --- | --- | --- | --- |
39+
| 透明弹窗背景 | 进行中 | | |
40+
| 确认框 | 进行中 | | |
41+
| 聊天输入框 | 进行中 | | |
42+
| | 进行中 | | |
43+
| | 进行中 | | |
44+
| | 已完成 | | |
45+
46+
47+
#### 列表【集锦】
48+
| 文章 | 文章状态 | 作者 | 变更日志 |
49+
| --- | --- | --- | --- |
50+
| 上下拉加载 | 进行中 | | |
51+
| | 进行中 | | |
52+
53+
54+
#### 列表【导航】
55+
| 文章 | 文章状态 | 作者 | 变更日志 |
56+
| --- | --- | --- | --- |
57+
| 顶部透明 | 进行中 | | |
58+
| | 进行中 | | |
59+
60+
61+
#### 列表【适配方案】
62+
| 文章 | 文章状态 | 作者 | 变更日志 |
63+
| --- | --- | --- | --- |
64+
| 适配iphonex底部 | 进行中 | | |
65+
| | 进行中 | | |
66+
67+
### 其它推文
68+
| 文章 | 文章状态 | 作者 | 变更日志 |
69+
| --- | --- | --- | --- |
70+
| [Flutter UI APP 低调上线](https://juejin.im/post/5c90514e6fb9a070c859029c) | 已完成 | [ken](https://github.com/ckken) | 2019/03/19 |
71+
| [Flutter 接入 firebase 快速构建应用](https://juejin.im/post/5c90514e6fb9a070c859029c) | 已完成 | [ken](https://github.com/ckken) | 2019/03/19 |
72+
| [Flutter UI 1.0.2落地与优化小结](https://juejin.im/post/5c95e691f265da610c06905c) | 已完成 | [ken](https://github.com/ckken) | 2019/03/23 |
73+
| [Flutter 全局弹窗](https://juejin.im/post/5c9f2c37518825609415d11d) | 已完成 | [wanwu](https://github.com/wanwusangzhi) | 2019/03/30 |
74+
| [Flutter UI使用Provide实现主题切换](https://juejin.im/post/5ca5e240f265da30c1725021) | 已完成 | [DIVINER-onlys](https://github.com/DIVINER-onlys) | 2019/04/04 |
75+
| [Flutter provide ProvideMulti](https://juejin.im/post/5cc685835188252e8925f056) | 已完成 | [wanwu](https://github.com/wanwusangzhi) | 2019/03/23 |
76+
| [以$t形式使用flutter多语言](https://juejin.im/post/5cdb8adee51d453acc60162c) | 已完成 | [DIVINER-onlys](https://github.com/DIVINER-onlys) | 2019/05/15 |
77+
| [Flutter Provider 3.0实战教程](https://juejin.im/post/5d2c19c6e51d4558936aa11c) | 已完成 | [DIVINER-onlys](https://github.com/DIVINER-onlys) | 2019/07/15 |
78+
3879

3980
## apk 下载
4081
![安卓包下载](https://github.com/efoxTeam/flutter-ui/blob/master/readme/apk.png?raw=true)
4182
[安卓包下载](https://github.com/efoxTeam/flutter-ui/releases/download/v1.0.2/app-release.apk)
4283

43-
## Demo 预览
44-
<img src="https://github.com/efoxTeam/flutter-ui/blob/master/readme/1.0.2/1.jpg?raw=true" width="200" /> <img src="https://github.com/efoxTeam/flutter-ui/blob/master/readme/1.0.2/2.jpg?raw=true" width="200" /> <img src="https://github.com/efoxTeam/flutter-ui/blob/master/readme/1.0.2/3.jpg?raw=true" width="200" />
45-
<img src="https://github.com/efoxTeam/flutter-ui/blob/master/readme/1.0.2/4.jpg?raw=true" width="200" /> <img src="https://github.com/efoxTeam/flutter-ui/blob/master/readme/1.0.2/5.jpg?raw=true" width="200" /> <img src="https://github.com/efoxTeam/flutter-ui/blob/master/readme/1.0.2/6.jpg?raw=true" width="200" />
46-
4784
## 项目相关
4885
+ [apk包历史版本](https://github.com/efoxTeam/flutter-ui/releases)
4986
+ [组件开发进度](readme/widget_progress.md)

0 commit comments

Comments
 (0)