numbers_to_words_russian 1.0.2
numbers_to_words_russian: ^1.0.2 copied to clipboard
Numbers to russian words converter. Supports numbers less than a trillion.
How to use #
To convert a number to words, use the convert
static method of the NumbersToWordsRussian
class.
Usage example:
void main() {
print(NumberToWordsRussian.convert(3567))
}
Expected output:
три тысячи пятьсот шестьдесят семь
Restrictions #
The package works with numbers less than a trillion.