File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1302,8 +1302,9 @@ seems that it can become a general layout framework. You just need to generate c
13021302over the task of layout to ConstraintLayout. Some built-in features like circle position, staggered
13031303grid, 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
Original file line number Diff line number Diff line change @@ -1266,7 +1266,9 @@ class ConstraintVersionExampleState extends State<ConstraintVersionExample> {
12661266ConstraintLayout 基于约束的布局算法极其强大和灵活,似乎可以成为了一个通用的布局框架。你只需要生成约束,将布局的任务交给 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
You can’t perform that action at this time.
0 commit comments