kinsoku 0.3.5
kinsoku: ^0.3.5 copied to clipboard
Japanese text processing library for kinsoku (line breaking rules), character classification, yakumono adjustment, and kerning. Supports JIS X 4051:2004 with ICU.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add kinsokuWith Flutter:
$ flutter pub add kinsokuThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
kinsoku: ^0.3.5Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:kinsoku/kinsoku.dart';