form_validators_plus 1.0.0
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