moji_tools 0.1.1
moji_tools: ^0.1.1 copied to clipboard
Japanese text utilities: ASCII width conversion and half/full-width Kana conversions with dakuten/handakuten support. (日本語の全角/半角・カナ変換ユーティリティ)
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add moji_toolsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
moji_tools: ^0.1.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:moji_tools/moji_tools.dart';