text_input_formatter_kit 0.1.1 copy "text_input_formatter_kit: ^0.1.1" to clipboard
text_input_formatter_kit: ^0.1.1 copied to clipboard

A lightweight and utility-driven package offering custom TextInputFormatter implementations to enhance and standardize user input in Flutter forms.

0.1.1 #

  • feat: Add NoLeadingWhitespaceFormatter: Disallows to add leading whitespace from a textfield.

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.
6
likes
160
points
44
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight and utility-driven package offering custom TextInputFormatter implementations to enhance and standardize user input in Flutter forms.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on text_input_formatter_kit