flutter_form_validation 0.1.0
flutter_form_validation: ^0.1.0 copied to clipboard
A collection of reusable form widgets for Flutter — validated text fields with presets (email, password, phone, name), built-in validators, and loading button with error display.
0.1.0 #
- Initial release
- ValidatedTextField with presets: email, password (with visibility toggle), phone, name
- Built-in validators: RequiredValidator, MinLengthValidator, MaxLengthValidator, EmailValidator, PasswordValidator, PhoneValidator, PatternValidator, ConfirmValidator
- LoadingButton with loading spinner, success state, and error message display
- Zero dependencies