term_glyph:有用的字形和Windows安全等效项

时间:2021-04-01 06:23:31
【文件属性】:
文件名称:term_glyph:有用的字形和Windows安全等效项
文件大小:17KB
文件格式:ZIP
更新时间:2021-04-01 06:23:31
Dart 该库包含有用的Unicode字形以及普通ASCII替代方法的吸气剂。 它旨在用于命令行应用程序中,这些应用程序可能在不支持Unicode的地方以及这些应用程序可能使用的库中运行。 我们建议您使用前缀“字形”导入该库。 例如: import 'package:term_glyph/term_glyph.dart' as glyph; /// Formats [items] into a bulleted list, with one item per line. String bulletedList ( List < String> items) => items. map ((item) => "${ glyph.bullet } $ item " ). join ( " \n " ); ASCII模式 某些外壳程序无法显示Unicode字符,因此,此软件包可以通过设置将其
【文件预览】:
term_glyph-master
----.gitignore(41B)
----pubspec.yaml(254B)
----CONTRIBUTING.md(2KB)
----LICENSE(1KB)
----CHANGELOG.md(697B)
----.github()
--------workflows()
----README.md(2KB)
----lib()
--------term_glyph.dart(1KB)
--------src()
----tool()
--------generate.dart(5KB)
----AUTHORS(182B)
----test()
--------symbol_test.dart(2KB)
----analysis_options.yaml(2KB)
----data.csv(5KB)

网友评论