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.