SemonCat / pangu.dart

Paranoid text spacing in Dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pangu.Dart

Paranoid text spacing for good readability, to automatically insert whitespace between CJK (Chinese, Japanese, Korean), half-width English, digit and symbol characters.

Homepage

https://pub.dartlang.org/packages/pangu

Download

dependencies:
  pangu: ^1.0.0

Usage

String text = new Pangu().spacingText("當你凝視著bug,bug也凝視著你");

About

Paranoid text spacing in Dart

License:MIT License


Languages

Language:Dart 100.0%