currency_decimal_formatter 0.0.3 copy "currency_decimal_formatter: ^0.0.3" to clipboard
currency_decimal_formatter: ^0.0.3 copied to clipboard

outdated

TextField formatter and utilities for converting text into decimal currency amounts and vice-versa.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add currency_decimal_formatter

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

dependencies:
  currency_decimal_formatter: ^0.0.3

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_decimal_formatter/currency_decimal_formatter.dart';
3
likes
0
pub points
57%
popularity

Publisher

unverified uploader

TextField formatter and utilities for converting text into decimal currency amounts and vice-versa.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

decimal, flutter, intl

More

Packages that depend on currency_decimal_formatter