main_text_field 0.0.1 main_text_field: ^0.0.1 copied to clipboard
is a Flutter widget providing advanced customization for text input fields, ideal for developers needing flexible styling, validation, icons, and input control.
CustomTextFormField #
A highly customizable Flutter widget for creating text form fields with extensive configuration options, including borders, icons, validation, and text input handling.
Features #
- Customizable borders and colors.
- Support for prefix and suffix icons.
- Flexible text input styling and decoration.
- Input validation and formatting.
- Options for read-only and obscure text (e.g., passwords).
- Adjustable keyboard type and actions.
- Dynamic behavior for different device orientations and screen sizes.
Installation #
To use the CustomTextFormField
package, add it to your pubspec.yaml
file:
dependencies:
flutter:
sdk: flutter
custom_text_form_field: ^1.0.0 # Replace with the latest version