text_input_formatter
library
Classes
-
CreditCardFormatter
-
A custom formatter for credit card numbers that formats the input into
groups of 4 digits separated by a specified separator (default is a space).
-
DateFormatter
-
An abstract class DateFormatter that extends PatternFormatter to provide
a specialized formatter for handling date inputs in various formats. It allows
users to input dates in a specific pattern while automatically inserting
separators at appropriate positions.
-
NumericFormatter
-
NumericFormatter formats and validates user input to ensure it adheres to numeric patterns.
-
PatternFormatter
-
An abstract class PatternFormatter that extends TextInputFormatter to provide a base for
custom input formatting. It allows for the creation of specialized formatters that enforce
a specific input pattern in a text field.