advanced_text_input_formatters_codespark
A Flutter package with advanced custom TextInputFormatters—simulate typing, block clipboard, allow only palindromes, enforce naming conventions and more.
0.0.4
Katayath-Sai-Kiran/advanced_text_input_formatters_codespark
What this package is like to depend on
Last release 1 years ago
05 Jun 2025
Ships fairly regularly
a new release about every 2 weeks
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
4 releases · first in 2025
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · May 2025 to Jun 2025
2026
Releases
latest 4-
0.0.405 Jun 2025Release notes
Open source →✨ Added
- 🆕
PanCardInputHelper: A smart PAN card formatter with built-in validation and keyboard type switching.- Enforces format:
ABCDE1234F - Automatically switches keyboardType:
text → number → text - Includes optional validator method
- Provides static method for keyboard control and input enforcement
- Enforces format:
- 🧠 Dynamic
keyboardTypesupport usingValueKeyto force rebuilds - 🔧 Utility method
PanCardInputHelper.attachListenerfor dynamic input reaction
- 🆕
-
0.0.326 May 2025 -
0.0.206 May 2025Release notes
Open source →🎨 Added
- 📦 Package banner added: Improves visibility on pub.dev
- 🧹 Code formatting and cleanup
- 🔖 Topics added to
pubspec.yamlto enhance discoverability
📝 Notes
Visual and structural improvements only—no changes to functionality.
-
0.0.106 May 2025Release notes
Open source →📌 Added
DigitsOnlyFormatter: Allows only numeric inputInputMirrorFormatter: Reverses text as it's typedPreventRepeatCharactersFormatter: Blocks repeated consecutive charactersBlockClipboardFormatter: Disables clipboard access (e.g., paste)PalindromeOnlyFormatter: Allows only palindromic text- `OnlyAlphabetsFormat