Skip to content

Commit ffe1db5

Browse files
committed
update readme
1 parent 059f6b5 commit ffe1db5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
[简体中文](https://github.com/hackware1993/flutter-constraintlayout/blob/master/README_CN.md)
88

9-
**I have developed the world's fastest general purpose sorting algorithm, which is on average 3 times faster than Quicksort and up to 20 times faster**, [ChenSort](https://github.com/hackware1993/ChenSort)
9+
**I have developed the world's fastest general purpose sorting algorithm, which is on average 3
10+
times faster than Quicksort and up to 20 times faster**
11+
, [ChenSort](https://github.com/hackware1993/ChenSort)
1012

1113
A super powerful Stack, build flexible layouts with constraints. Similar to ConstraintLayout for
1214
Android and AutoLayout for iOS. But the code implementation is much more efficient, it has O(n)
@@ -1560,7 +1562,9 @@ Extensions for ConstraintLayout are welcome.
15601562

15611563
If it helps you a lot, consider sponsoring me a cup of milk tea, or giving a star. Your support is
15621564
the driving force for me to continue to maintain.
1565+
15631566
[Paypal](https://www.paypal.com/paypalme/hackware1993)
1567+
15641568
![support.webp](https://github.com/hackware1993/flutter-constraintlayout/blob/master/support.webp?raw=true)
15651569

15661570
Thanks to the following netizens for their sponsorship, let's make Flutter better and better

README_CN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,9 @@ ConstraintLayout 基于约束的布局算法极其强大和灵活,似乎可以
15141514
# 支持我
15151515

15161516
如果它对你帮助很大,可以考虑赞助我一杯奶茶,或者给个 star。你的支持是我继续维护的动力。
1517+
15171518
[Paypal](https://www.paypal.com/paypalme/hackware1993)
1519+
15181520
![support.webp](https://github.com/hackware1993/flutter-constraintlayout/blob/master/support.webp?raw=true)
15191521

15201522
感谢以下网友的赞助,我们一起让 Flutter 越来越好。

0 commit comments

Comments
 (0)