money_readable 1.1.14 copy "money_readable: ^1.1.14" to clipboard
money_readable: ^1.1.14 copied to clipboard

unlistedoutdated

How to get a number converted into something like this 12K, 1.5M, 4.2B from a normal number like 134900

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add money_readable

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

dependencies:
  money_readable: ^1.1.14

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:money_readable/money_readable.dart';
1
likes
125
points
5
downloads

Publisher

verified publishersanjaysharma.info

Weekly Downloads

How to get a number converted into something like this 12K, 1.5M, 4.2B from a normal number like 134900

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, flutter, flutter_easyloading, fluttertoast

More

Packages that depend on money_readable