kinsoku 0.3.5 copy "kinsoku: ^0.3.5" to clipboard
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 kinsoku

With Flutter:

 $ flutter pub add kinsoku

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  kinsoku: ^0.3.5

Alternatively, 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';
1
likes
160
points
249
downloads

Publisher

verified publisherpub.nyapic.com

Weekly Downloads

Japanese text processing library for kinsoku (line breaking rules), character classification, yakumono adjustment, and kerning. Supports JIS X 4051:2004 with ICU.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ffi

More

Packages that depend on kinsoku