- 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.