int_to_words 0.0.4 copy "int_to_words: ^0.0.4" to clipboard
int_to_words: ^0.0.4 copied to clipboard

Convert number into words

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add int_to_words

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  int_to_words: ^0.0.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:int_to_words/int_to_words.dart';
2
likes
140
pub points
58%
popularity

Publisher

unverified uploader

Convert number into words

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on int_to_words