number_text_input_formatter 1.0.0+9
number_text_input_formatter: ^1.0.0+9 copied to clipboard
Number Text Input Formatter for Flutter
1.0.0+9 #
- Fix backspace over group separator: deleting a group separator now also removes the preceding digit, preventing the cursor from getting stuck.
- Fix
fixNumber: falsewith zero input: typing0into an empty field no longer results in an empty string. - Fix
_fixIndexnot returning clamped value inLookupTextValueEditor. - Remove unused constants (
_comma,_dot,_number_1through_number_8) in filter. - Add return types to all methods in
TextValueEditor,DefaultTextValueEditor, andLookupTextValueEditor. - Fix
PercentageTextInputFormatterassert to use>= 3instead of> 2. - Update README with full parameter documentation and fix syntax error in example.
- Add 21 new test cases covering prefix/suffix, groupDigits, decimalDigits: 0, maxValue, allowNegative: false, CurrencyTextInputFormatter, and PercentageTextInputFormatter.
1.0.0+8 #
- Fix insert integer digit
1.0.0+7 #
- Bump SDK version
1.0.0+6 #
- Fix insertDecimalPoint with negative number.
1.0.0+5 #
- Fix group of negative number.
1.0.0+4 #
- Allow disable fix number.
1.0.0+3 #
- Fix maxDecimal issue.
1.0.0+2 #
- Fix maxValue issue.
1.0.0+1 #
- Check isNotEmpty before insert prefix or suffix.
1.0.0 #
- Initial library
- Support NumberTextInputFormatter, CurrencyTextInputFormatter and PercentageTextInputFormatter.