num_to_words 0.0.2 copy "num_to_words: ^0.0.2" to clipboard
num_to_words: ^0.0.2 copied to clipboard

outdated

An extension method to convert an integer number to its representation in words

A dart library to convert a number to its representation in words

Usage #

A simple usage example:

import 'package:num_to_words/num_to_words.dart';

main() {
  print(123.toWords()); //prints 'one hundred and twenty three'
}
4
likes
0
pub points
77%
popularity

Publisher

unverified uploader

An extension method to convert an integer number to its representation in words

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on num_to_words