number_editing_controller library
A TextEditingController that formats numbers, decimals, and currencies as you type with locale support.
Classes
- CurrencyEditingController
- A NumberEditingTextController that formats input as a currency amount.
- DecimalEditingController
- A NumberEditingTextController that formats input as a decimal number.
- IntegerEditingController
- A NumberEditingTextController that formats input as an integer.
- NumberEditingTextController
- A TextEditingController that automatically formats user input as numbers, decimals, or currencies with locale-aware formatting.
Enums
- CurrencySymbolPosition
- Whether the currency symbol is placed before or after the number.