smart_textform_validator 1.0.5 copy "smart_textform_validator: ^1.0.5" to clipboard
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, and match.
  • ValidatorBuilder to chain multiple validators fluently.
  • Documentation and examples.

1.0.4 #

Fixed #

  • Resolved an issue where flutter clean or flutter test failed due to locked files in the build/ or unit_test_assets directory.
  • Improved compatibility with test runners and build systems by avoiding stale asset locks.

1.0.5 #

Added #

  • Validators for strong passwords including uppercase, special characters, and digits.
  • Improved email validation with stricter type checks.

Fixed #

  • Updated documentation to reflect password hiding and validation improvements.
  • Fixed minor bugs in ValidatorBuilder chaining.
18
likes
160
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for reusable text form validators including email, password, and more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on smart_textform_validator