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 prefix and suffix widgets.
  • Customizable text input type, max lines, and character count.
  • Validation support with RegExp or custom validator functions.
  • Read-only and obscure text options.
  • Error styling and validation feedback.

Installation

  1. Add the dependency in your pubspec.yaml file:

    dependencies:
      custom_text_feild: [latest_version]