regexed_validator 2.0.0+1 regexed_validator: ^2.0.0+1 copied to clipboard
Validating: phone, name, postalCode, email, url, currency, ip, date, time, htmlTags, password (strong), medium-password, creditCard. for A Dart/Flutter developers
2.0.0+1 #
- Update README.md flutter example
2.0.0 #
- Increase the length for password (strong) validation regex check
1.0.4 #
- Increase the length for password (strong) validation regex check
1.0.3 #
- Add medium password strength, the strong one is still under bool password(String input)
1.0.2 #
- Update README.md usage example and lib description
- Update CHANGELOG.md
- Update pubspec.yaml description
1.0.1 #
- dartfmt
1.0.0 #
- Initial version, created with basic yet functional phone, name, postalCode, email, url, currency, ip, date, time, htmlTags, password, and creditCard validation.