pretty_numbers 0.0.2 copy "pretty_numbers: ^0.0.2" to clipboard
pretty_numbers: ^0.0.2 copied to clipboard

A package to display number in a readable format to users.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pretty_numbers

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

dependencies:
  pretty_numbers: ^0.0.2

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:pretty_numbers/pretty_numbers.dart';
1
likes
130
points
19
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A package to display number in a readable format to users.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on pretty_numbers