digit_to_word 1.2.1 copy "digit_to_word: ^1.2.1" to clipboard
digit_to_word: ^1.2.1 copied to clipboard

Convert digits to their english word representations. 4235 becomes four thousand two hundred thirty-five, etc.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add digit_to_word

With Flutter:

 $ flutter pub add digit_to_word

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

dependencies:
  digit_to_word: ^1.2.1

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

Import it

Now in your Dart code, you can use:

import 'package:digit_to_word/digit_to_word.dart';
4
likes
130
pub points
26%
popularity

Publisher

verified publisherkalebhermes.com

Convert digits to their english word representations. 4235 becomes four thousand two hundred thirty-five, etc.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

intl

More

Packages that depend on digit_to_word