num_to_words

Creator: coderz1093

Last updated:

Add to Cart

Description:

num to 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'
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.