File tree 3 files changed +6
-3
lines changed
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
1302
1302
over the task of layout to ConstraintLayout. Some built-in features like circle position, staggered
1303
1303
grid, grid, and list are available in extended form.
1304
1304
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.
1307
1308
1308
1309
# Support me
1309
1310
Original file line number Diff line number Diff line change @@ -1266,7 +1266,9 @@ class ConstraintVersionExampleState extends State<ConstraintVersionExample> {
1266
1266
ConstraintLayout 基于约束的布局算法极其强大和灵活,似乎可以成为了一个通用的布局框架。你只需要生成约束,将布局的任务交给 ConstraintLayout
1267
1267
即可。部分内置功能比如圆形定位、瀑布流、网格、列表以扩展的形式提供。
1268
1268
1269
- 在线示例中的图表就是一个典型的扩展。欢迎为 ConstraintLayout 开发扩展。
1269
+ 在线示例中的图表就是一个典型的扩展:
1270
+ ![ charts.gif] ( https://github.com/hackware1993/flutter-constraintlayout/blob/master/charts.gif?raw=true )
1271
+ 欢迎为 ConstraintLayout 开发扩展。
1270
1272
1271
1273
# 支持我
1272
1274
You can’t perform that action at this time.
0 commit comments