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

Package to provide converting 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?'.convertToHalfwidth();
print(converted);// this shows 'アA1?'.

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

Publisher

unverified uploader

Weekly Downloads

Package to provide converting fullwidth and halfwidth in Japanese.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on fullwidth_halfwidth_converter