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

Convert numbers to English words with decimal places and currencies.

example/lib/main.dart

import 'package:spell_num/spell_num.dart';

void main() {
  spellNum(985432723.55, 2, 'Euros', 'Cents');
  // Nine Hundred Eighty Five Million Four Hundred Thirty Two Thousand Seven Hundred Twenty Three Euros and Fifty Five Cents

  spellNum(18.06, 2, 'USD','Cents');
  //Eighteen Dollars and Six Cents

  spellNum(9.9, 1, 'USD','Cents');
  //Nine Dollars and Ninety Cents

 spellNum(9438293330, 2, 'Lebanese Pounds', '');

  //Three Thousand Three Hundred Thirty Dollars
}
3
likes
130
points
63
downloads

Publisher

unverified uploader

Weekly Downloads

Convert numbers to English words with decimal places and currencies.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on spell_num