CustomTextFeild Widget
A highly customizable Flutter text field widget designed to give you full control over styling, behavior, and validation.
Features
- Customizable padding through
CustomePadding. - Supports label text, hint text, and error messages with custom styles.
- Allows adding
prefixandsuffixwidgets. - Customizable text input type, max lines, and character count.
- Validation support with
RegExpor customvalidatorfunctions. - Read-only and obscure text options.
- Error styling and validation feedback.
Installation
-
Add the dependency in your
pubspec.yamlfile:dependencies: custom_text_feild: [latest_version]