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

outdated

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

example/lib/main.dart

import 'package:spell_num/spell_num.dart';

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

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

  spellNum(9.9, 2, '\$');
  //Nine Dollars and Ninety Cents

}
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