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

outdated

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

example/num_to_words_example.dart

import 'package:num_to_words/num_to_words.dart';

void main() {
  print(123.toWords());
}
4
likes
40
points
304
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on num_to_words