num2words 1.0.0 copy "num2words: ^1.0.0" to clipboard
num2words: ^1.0.0 copied to clipboard

Utility to convert numbers to words

num2words #

A simple utility to translate numbers to words. The largest number supported is 9999 because translating larger numbers to words is less useful.

Supported languages #

  • en_US United States English
  • es_MX Mexican Spanish

Examples #

Num2Words.create(language: 'en_US').formatWhole(35); Num2Words.create(language: 'en_MX').formatMoney(123.45);

2
likes
140
points
29
downloads

Publisher

verified publisherwestleyapp.com

Weekly Downloads

Utility to convert numbers to words

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on num2words