easy_text_fild 0.0.4
easy_text_fild: ^0.0.4 copied to clipboard
Easy-to-use Flutter TextFormField with custom styling, icons, and borders for rapid app development.
EasyTextFild #
A highly customizable Flutter TextFormField widget wrapped in a Container.
EasyTextFild gives you full control over padding, margin, border, fill color, radius, alignment, icons, keyboard, validation, and more.
You can quickly build input fields for forms, login screens, profile pages, or any custom UI with minimal code.
Features #
- Fully customizable TextFormField with Container wrapper
- Control
padding,margin,width,height,alignment,decoration,borderRadius,fillColor - Optional
AnimatedContainersupport (duration+curve) - Tap gesture support via
onTap - Prefix and suffix icons
- Read-only or disabled fields
- No border option (
noBorder) - Obscure text for password fields
- Support for
maxLines,minLines,textAlign,keyboardType,maxLength - Easy to reuse for building forms, cards, tiles, or custom UI components
Getting Started #
- Add the package to your
pubspec.yaml:
dependencies:
easy_text_fild: ^0.0.1