fullwidth_halfwidth_converter 1.2.1 copy "fullwidth_halfwidth_converter: ^1.2.1" to clipboard
fullwidth_halfwidth_converter: ^1.2.1 copied to clipboard

Package to provide conversion between fullwidth(全角) and halfwidth(半角) in Japanese.

fullwidth_halfwidth_converter #

Provide conversion between fullwidth(全角) and halfwidth(半角) in Japanese.

Features #

  • You can select indivisual conversion type. Number, Alphabet, Symbol and Kana are available.
  • Provide extensions on String.

Usage #

In your code:

import 'package:fullwidth_halfwidth_converter/fullwidth_halfwidth_converter.dart';

final converted = 'アA1?'.toHalfwidth();
print(converted);// this shows 'アA1?'.

// you can specify conversion type.
final numberAndKanaConverted = 'アA1?'.toFullwidth(convertNumber:true,convertKana:true);
print(numberAndKanaConverted);// this shows 'アA1?'.
1
likes
160
points
263
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Package to provide conversion between fullwidth(全角) and halfwidth(半角) in Japanese.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

More

Packages that depend on fullwidth_halfwidth_converter