Skip to content

Commit c5ec186

Browse files
committed
update readme
1 parent ae86014 commit c5ec186

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1302,8 +1302,9 @@ seems that it can become a general layout framework. You just need to generate c
13021302
over the task of layout to ConstraintLayout. Some built-in features like circle position, staggered
13031303
grid, grid, and list are available in extended form.
13041304

1305-
The charts in the online example is a typical extension. Extensions for ConstraintLayout are
1306-
welcome.
1305+
The charts in the online example is a typical extension:
1306+
![charts.gif](https://github.com/hackware1993/flutter-constraintlayout/blob/master/charts.gif?raw=true)
1307+
Extensions for ConstraintLayout are welcome.
13071308

13081309
# Support me
13091310

README_CN.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,9 @@ class ConstraintVersionExampleState extends State<ConstraintVersionExample> {
12661266
ConstraintLayout 基于约束的布局算法极其强大和灵活,似乎可以成为了一个通用的布局框架。你只需要生成约束,将布局的任务交给 ConstraintLayout
12671267
即可。部分内置功能比如圆形定位、瀑布流、网格、列表以扩展的形式提供。
12681268

1269-
在线示例中的图表就是一个典型的扩展。欢迎为 ConstraintLayout 开发扩展。
1269+
在线示例中的图表就是一个典型的扩展:
1270+
![charts.gif](https://github.com/hackware1993/flutter-constraintlayout/blob/master/charts.gif?raw=true)
1271+
欢迎为 ConstraintLayout 开发扩展。
12701272

12711273
# 支持我
12721274

charts.gif

401 KB
Loading

0 commit comments

Comments
 (0)