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

Humanize is a compact toolkit that makes UI strings feel natural. It bridges raw data and human-friendly phrasing with helpers for dates, numbers, lists, and text in English and French.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add humanize

With Flutter:

 $ flutter pub add humanize

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

dependencies:
  humanize: ^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:humanize/humanize.dart';
32
likes
135
points
328
downloads

Publisher

unverified uploader

Weekly Downloads

Humanize is a compact toolkit that makes UI strings feel natural. It bridges raw data and human-friendly phrasing with helpers for dates, numbers, lists, and text in English and French.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

intl

More

Packages that depend on humanize