big_numbers 2.2.0 copy "big_numbers: ^2.2.0" to clipboard
big_numbers: ^2.2.0 copied to clipboard

discontinuedreplaced by: flutter

Simplify numbers from large phrases into shorter and smaller formats. Example such as 1,000,000 will be converted to 1M. Support to add commas is included as well.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add big_numbers

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

dependencies:
  big_numbers: ^2.2.0

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:big_numbers/big_numbers.dart';
2
likes
130
pub points
0%
popularity

Publisher

unverified uploader

Simplify numbers from large phrases into shorter and smaller formats. Example such as 1,000,000 will be converted to 1M. Support to add commas is included as well.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on big_numbers