form_validators_plus 1.0.0 copy "form_validators_plus: ^1.0.0" to clipboard
form_validators_plus: ^1.0.0 copied to clipboard

A flexible Flutter and Dart validation library with ready-to-use rules and utilities

Changelog #

All notable changes to this project will be documented in this file.

1.0.0 2024-12-XX #

Added #

  • Initial release of flutter_form_validators
  • 20+ comprehensive validators (email, phone, password, credit card, etc.)
  • 40+ string extension methods for quick validation
  • Luhn algorithm implementation for credit card validation
  • Credit card type detection (Visa, Mastercard, Amex, Discover)
  • IPv6 validation with full RFC support
  • Password strength analysis with scoring
  • Security validators (XSS and injection prevention)
  • Internationalization support (English, Spanish, French, German)
  • Geographic validators (ZIP codes, postal codes, SSN)
  • Network validators (IPv4, IPv6, MAC addresses)
  • Utility methods (combine, conditional, custom validators)
  • Comprehensive documentation and examples
  • 100% test coverage

Features #

  • Chainable validator API
  • Customizable error messages
  • Modular architecture for easy maintenance
  • Production-ready with extensive testing
2
likes
160
points
25
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A flexible Flutter and Dart validation library with ready-to-use rules and utilities

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on form_validators_plus