numbers_to_words_russian 1.0.2 icon indicating copy to clipboard operation
numbers_to_words_russian: ^1.0.2 copied to clipboard

Numbers to russian words converter. Supports numbers less than a trillion.

Languages:

English Russian

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.

1
likes
140
pub points
14%
popularity

Publisher

verified publisher iconbatykov-gleb.ru

Numbers to russian words converter. Supports numbers less than a trillion.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

More

Packages that depend on numbers_to_words_russian