idkit_inputformatters 0.0.1
idkit_inputformatters: ^0.0.1 copied to clipboard
This package is mainly a formatter for digital text input.
0.0.1 #
-
Initialization of the package project.
-
Add five text input formatters.
IDKitNumeralTextInputFormatter(...)Default formatter for numeric text input.IDKitNumeralTextInputFormatter.length(...)Formatter for the maximum length of numeric text input.IDKitNumeralTextInputFormatter.max(...)Formatter for the maximum value of numeric text input.IDKitNumeralTextInputFormatter.min(...)Formatter for the minimum value of numeric text input.IDKitNumeralTextInputFormatter.range(...)Numerical text input value range formatter.
-
Other shortcut functions.
-
The value of the attribute decimalPoint can be used to control whether the input is an integer or a decimal.
-
Use the value of attribute maxDecimalDigit to control the maximum number of decimal places reserved for the input value.
-