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

 $ flutter pub add currency_formatter

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

dependencies:
  currency_formatter: ^1.2.1

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:currency_formatter/currency_formatter.dart';
46
likes
130
points
6.46k
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

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on currency_formatter