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
Covert number to Chinese words.
Support both integer and double.
To use this plugin, add number_to_words_chinese
as a dependency in your pubspec.yaml file.
Text(
NumberToWordsChinese.convert(12345),
),