smart_textform_validator 1.0.5
smart_textform_validator: ^1.0.5 copied to clipboard
A Flutter package for reusable text form validators including email, password, and more.
1.0.1 #
Added #
- Common validators:
required
,email
,minLength
,maxLength
,pattern
,password
, andmatch
. ValidatorBuilder
to chain multiple validators fluently.- Documentation and examples.