humanize_numbers 1.0.1 copy "humanize_numbers: ^1.0.1" to clipboard
humanize_numbers: ^1.0.1 copied to clipboard

Convert numbers into their word representation

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add humanize_numbers

With Flutter:

 $ flutter pub add humanize_numbers

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

dependencies:
  humanize_numbers: ^1.0.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:humanize_numbers/humanize_numbers.dart';
1
likes
140
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

Convert numbers into their word representation

Repository (GitHub)
View/report issues
Contributing

Topics

#text #numbers #number #natural-numbers

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on humanize_numbers