digit_to_word 1.2.1
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_wordWith Flutter:
$ flutter pub add digit_to_wordThis 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.1Alternatively, 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';