TextInputFormattersUtil class

Constructors

TextInputFormattersUtil()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getBasicFormatters({int? maxLength}) List<TextInputFormatter>
Creates basic text formatters with length limiting
getNumericFormatters({bool allowDecimal = true, int? maxDecimals, int? maxLength, bool useNumericFormatter = false, ValueChanged? onValueChanged}) List<TextInputFormatter>
Creates formatters for numeric input with decimal and negative number support
parseNumericValue(String value, {required TextInputType keyboardType, required bool allowDecimal}) → dynamic
Enhanced numeric value parsing with better error handling
parseTimeValue(String value, {required TextInputType keyboardType, required bool allowDecimal}) → dynamic
Enhanced numeric value parsing with better error handling