cash_input_formatter 0.1.1+2 copy "cash_input_formatter: ^0.1.1+2" to clipboard
cash_input_formatter: ^0.1.1+2 copied to clipboard

outdated

Another cash formatter for TextFormField. This package is another way to format input for cash values, unlike other formatters this does not automatically show the decimal place, only on user input.

cash_input_formatter #

Simple formatter for cash input. Most formatters by default add centers upon input, this formatter will only add decimal places after user inputs a decimal place. To run the example app from the root flutter use 'flutter pub run example'

Usage #

 TextFormField(
                        textAlign: TextAlign.center,
                        inputFormatters: const [CashInputFormatter()],
                      ),
3
likes
0
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

Another cash formatter for TextFormField. This package is another way to format input for cash values, unlike other formatters this does not automatically show the decimal place, only on user input.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cupertino_icons, flutter, intl

More

Packages that depend on cash_input_formatter