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

outdated

A package for parsing numbers into real english words

example/main.dart

import 'package:num_to_txt/num_to_txt.dart';

main() {
  print(numToOrdinal(10));
  print(numToString(100));
}
3
likes
0
pub points
24%
popularity

Publisher

unverified uploader

A package for parsing numbers into real english words

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on num_to_txt