cash_input_formatter

Creator: coderz1093

Last updated:

0 purchases

cash_input_formatter Image
cash_input_formatter Images

Languages

Categories

Add to Cart

Description:

cash input formatter

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(),
],
),
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.