spell_num 0.1.1 copy "spell_num: ^0.1.1" to clipboard
spell_num: ^0.1.1 copied to clipboard

outdated

Convert numbers to Enlgish words - up to 999 million with/without decimal places.

Features #

  • Spell numbers in English words

  • You can spell up to 999 Million and with decimals

  • You can specify a currency too or leave blank - USD EUR & LBP are supported

Usage #

spellNum(7670.10,2,'\$');
//Seven Thousand Six Hundred Seventy Dollars and Ten Cents

spellNum(15.06,2,'USD');
//Fifteen Dollars and Six Cents

spellNum(15.06,2,'EUR');
//Fifteen Euros and Six Cents

spellNum(15.06,2,'€');
//Fifteen Euros and Six Cents

spellNum(7814427.75,2,'LBP');
//Seven Million Eight Hundred Fourteen Thousand Four Hundred Twenty Seven Lebanese Pounds

example
3
likes
0
points
127
downloads

Publisher

unverified uploader

Weekly Downloads

Convert numbers to Enlgish words - up to 999 million with/without decimal places.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on spell_num