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

A package that provides an easy way to format currency with a custom style.

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+2

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
140
points
14
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A package that provides an easy way to format currency with a custom style.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on currency_decoration