currency_formatter 2.2.3 copy "currency_formatter: ^2.2.3" to clipboard
currency_formatter: ^2.2.3 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

With Flutter:

 $ flutter 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.2.3

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:currency_formatter/currency_formatter.dart';
46
likes
160
points
6.92k
downloads

Publisher

verified publisherroman910.tk

Weekly Downloads

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)

Documentation

API reference

License

Unlicense (license)

Dependencies

intl, web

More

Packages that depend on currency_formatter