main_text_field 0.0.21
main_text_field: ^0.0.21 copied to clipboard
A customizable Flutter form field widget for inputs like text, email, password, and phone, offering validation, appearance options, and keyboard interaction support.
0.0.21 #
- update password text filed text direction
0.0.20 #
- fix: remove SizedBox if title not provided
0.0.19 #
- add mainConfig to set global configuration from outside of app theme
0.0.18 #
- add autofillHints
0.0.17 #
- add autofillHints
0.0.16 #
- update KeyboardType in mainTextField.mail to TextInputType.emailAddress
0.0.15 #
- handle phone validation
0.0.14 #
- make enhanced responsive
0.0.13 #
- handle responsive
0.0.12 #
- handle README.md
0.0.11 #
- handle responsive
0.0.10 #
- edit boarder color
0.0.9 #
- fix validateEmailFormat
0.0.8 #
- show asterisk
- hide prefix icon
- handle title height
0.0.7 #
- remove context from validation
0.0.6 #
- update smart localize package
0.0.5 #
- use smart localize package
0.0.4 #
- add header to text field
- add country code picker
- add icons
- finish phone number validation
0.0.3 #
- add translation
- make default value in hint text
- fix content padding
0.0.2 #
- add validation file
- handle inputDecoration
- handle translation to validation
- handle Factory Constructors
0.0.1 #
- First version release.