Last updated:
0 purchases
line break
line_break #
支持 Dart 版本 Unicode 12 Line Break 算法,
参考自
libunibreak [https://github.com/adah1972/libunibreak]
NLineBreak [https://github.com/Rungee/NLineBreak/]
Getting Started #
enum LineBreakResult {
//必须换行
must,
//允许换行
allowed,
//禁止换行
prohibited,
//默认
none,
}
List
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.