currency_decoration 1.0.1 copy "currency_decoration: ^1.0.1" to clipboard
currency_decoration: ^1.0.1 copied to clipboard

outdated

A package to easily format money with custom UI. It support setting a custom currency symbol and format.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add currency_decoration

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

dependencies:
  currency_decoration: ^1.0.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_decoration/currency_decoration.dart';
9
likes
0
points
14
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

A package to easily format money with custom UI. It support setting a custom currency symbol and format.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on currency_decoration