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

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

Sponsorship #

If you like the library please consider supporting my work.

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
150
points
143
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on num_to_words