Last updated:
0 purchases
number to words chinese
Number to words (Chinese) #
A Flutter package that converts number to words (Chinese characters).
Inspired by number to chinese words js library https://www.npmjs.com/package/number-to-chinese-words
Features #
Covert number to Chinese words.
Support both integer and double.
Usage #
To use this plugin, add number_to_words_chinese as a dependency in your pubspec.yaml file.
Example #
Text(
NumberToWordsChinese.convert(12345),
),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.