currency_formatter 2.2.1 currency_formatter: ^2.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 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.1
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';