currency_formatter 2.1.0 copy "currency_formatter: ^2.1.0" to clipboard
currency_formatter: ^2.1.0 copied to clipboard

A package to easily format money. It supports setting a custom currency symbol and format, using some of the inbuilt ones for the main currencies or using the system one.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add currency_formatter

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

dependencies:
  currency_formatter: ^2.1.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:currency_formatter/currency_formatter.dart';
35
likes
0
pub points
95%
popularity

Publisher

unverified uploader

A package to easily format money. It supports setting a custom currency symbol and format, using some of the inbuilt ones for the main currencies or using the system one.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

intl

More

Packages that depend on currency_formatter