form_validator_kit library
Classes
- FormValidator
- Factory methods for building reusable Flutter form field validators.
- PasswordInputField
- A reusable password form field with visibility toggle, strength feedback, rule hints, caps lock awareness, and optional password matching.
Enums
- PasswordStrengthLevel
- Describes the current password strength state shown by PasswordInputField.
Typedefs
- ValidatorFunction = String? Function(String? value)
- Signature used by Flutter form field validators.