cash_input_formatter 0.1.2+3 copy "cash_input_formatter: ^0.1.2+3" to clipboard
cash_input_formatter: ^0.1.2+3 copied to clipboard

Another cash formatter for TextFormField. Formats input for cash, this does not automatically show the decimal place, only on user input.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cash_input_formatter

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

dependencies:
  cash_input_formatter: ^0.1.2+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:cash_input_formatter/cash_input_formatter.dart';
3
likes
140
points
1
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Another cash formatter for TextFormField. Formats input for cash, this does not automatically show the decimal place, only on user input.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cupertino_icons, flutter, intl

More

Packages that depend on cash_input_formatter