text_input_formatter_kit 0.1.0
text_input_formatter_kit: ^0.1.0 copied to clipboard
A lightweight and utility-driven package offering custom TextInputFormatter implementations to enhance and standardize user input in Flutter forms.
0.1.0 #
- feat: initial commit 🎉
- Implemented the following formatters:
CapitalizeTextFormatter: Capitalizes the first letter of each word.LowerCaseTextFormatter: Converts all input text to lowercase.NoEmojiTextInputFormatter: Prevents emojis from being entered in text fields.ReplaceWhiteSpaceTextInputFormatter: Replaces spaces with a specified character.RestrictDigitsAndSpecialCharactersTextInputFormatter: Restricts input to exclude digits and special characters.SpacerInputFormatter: Adds a space after every specified number of characters.