num_to_txt 0.0.5 copy "num_to_txt: ^0.0.5" to clipboard
num_to_txt: ^0.0.5 copied to clipboard

outdated

A package for parsing numbers into real english words. Can convert into classic words or ordinals

num_to_txt #

A package for parsing numbers into real english words

Pub Version

Usage #

import 'package:num_to_txt/num_to_txt.dart';

main() {
  print(NumToTxt.numToOrdinal(10));
  print(NumToTxt.numToString(100));
}

numToString #

Number becomes word like one, two, three, ten thousand etc.

numToOrdinal #

Number becomes word like first, second, one hundredth etc.

3
likes
0
pub points
28%
popularity

Publisher

unverified uploader

A package for parsing numbers into real english words. Can convert into classic words or ordinals

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on num_to_txt